WordsAPI

ÜCRETSİZ PREMIUM
Verified
Taraf dpventures | Güncelleyen לפני 22 ימים | Data
Popülerlik

9.9 / 10

Gecikme

179ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

Error page

Rapid account: Jandark
jandark
לפני 9 שנים

Api returns error page for the words couldn’t found.

<title>www.wordsapi.com | 404 - Page Cannot Be Found</title>

Rapid account: Jandark
jandark Commented לפני 9 שנים

Both of them. Http 404 response with an html error page. Is is mashape service problem I guess but there should be more appropriate way.
How will I distinguish service response ? It is a service call, not a web page that I can show end user…

string requestUrl = string.Format(“https://wordsapiv1.p.mashape.com/words/{0}”, word);
Task<unirest_net.http.HttpResponse<WordApiResponse>> response = unirest_net.http.Unirest.get(requestUrl)
.header(“X-Mashape-Key”, “-----”)
.header(“Accept”, “application/json”)
.asJsonAsync<WordApiResponse>();

          //???
        if (response.Status == TaskStatus.Faulted || response.Result == null)
        {
            return null;

        }
Rapid account: Wordsapi
wordsapi Commented לפני 9 שנים

An error page, or a 404?

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun