Random Famous Quotes

फ्रीमियम
द्वारा Andres Olvera | अपडेट किया गया 21 день назад | Data
लोकप्रियता

9.4 / 10

लेटेंसी

454ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

Incorrect Request Type and Response

Rapid account: Rlgreen 91
rlgreen91
7 лет назад

Why do you have a POST endpoint to get data? That doesn’t make sense - you use a POST request to create data. This should become a GET endpoint. Then, the response status of 200 will make sense - a POST endpoint creates data, so it should return a 204 - Created upon success. The 200 - ok status fits with a successful GET request.

Rapid account: Nitran
Nitran Commented 5 лет назад

thanks mate, good job 😃

Rapid account: Rlgreen 91
rlgreen91 Commented 7 лет назад

Thanks, I really appreciate it!

Rapid account: Andruxnet
andruxnet Commented 7 лет назад

Just added the GET endpoint for you.

Rapid account: Andruxnet
andruxnet Commented 7 лет назад

I understand what you mean, but this is the way it was setup at the beginning, and I have used it in many projects that I no longer have access to, so if I change it those projects will misbehave.

What I can do is create another endpoint, GET, and you can consume the API using the new one. Will that work?

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें