TextAnalysis

免费增值
通过 TextMiner | 已更新 25 days ago | Tools
人气

9 / 10

延迟

297ms

服务等级

100%

Health Check

N/A

返回所有讨论

single quoted JSON input gets rejected by the server

Rapid account: Ahmadnassri
ahmadnassri
9 years ago

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 9 years ago

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

Rapid account: Textanalysis
textanalysis Commented 9 years ago

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!

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论