TextAnalysis

फ्रीमियम
द्वारा TextMiner | अपडेट किया गया vor 25 Tagen | Tools
लोकप्रियता

9 / 10

लेटेंसी

297ms

सेवा का स्तर

100%

Health Check

N/A

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

single quoted JSON input gets rejected by the server

Rapid account: Ahmadnassri
ahmadnassri
vor 9 Jahren

you server fails with an obscure message when sending JSON data that is single quoted:

{ text: 'Yo mamma' }

but works fine when calling with double quoted object:

{ text: "Yo mamma" }

this is ironic since you are returning single quoted JSON objects in your responses …

can you please fix so your server accepts BOTH single and double quoted JSON strings.

Rapid account: Textanalysis
textanalysis Commented vor 9 Jahren

I have change the json request to form request and resolve the problem, thanks.

Rapid account: Textanalysis
textanalysis Commented vor 9 Jahren

Thanks for reminding me this problem, I’m also confused cause this never happened before. I will fix it as far as possible. Thanks a lot!

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

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