Restler-API-Explorer icon indicating copy to clipboard operation
Restler-API-Explorer copied to clipboard

return http code 200 ,but no response

Open childeYin opened this issue 11 years ago • 3 comments

when I called index.html , but http code 200,but no response. when I refresh,it will have response,but another lost,but it running good in server my os is mac osx

childeYin avatar May 05 '14 02:05 childeYin

Use the developer tools in your browser to open the console and see if you find any error there

It will give us some clue on whats wrong

Arul- avatar Jun 24 '14 08:06 Arul-

just for future reference i have had this error this evening after it working ok for a long time, on a principle of its probably me that has broken it, I tracked it down to me adding an @param docblock reference incorrectly formed

I had done...

  • @param $projectId int The ID of the project to return

instead of

  • @param int $projectId The ID of the project to return

this caused explorer to return a 200 code and then stop working.

Steve-Tredinnick avatar Aug 24 '14 21:08 Steve-Tredinnick

thank you for your reply, but my code has been used @param int $projectId. this code working ok for a long time, but this error was be found recently.

this code was running ok in test server,but Official server is not worked,if you refresh you page,you will find no response of the asked page is changed,

if a requested no response at the start ,refresh after ,a will has responsed,but b is not response,but http code is 200

在 2014-08-25 05:03:15,"Steve Tredinnick" [email protected] 写道:

just for future reference i have had this error this evening after it working ok for a long time, on a principle of its probably me that has broken it, I tracked it down to me adding an @param docblock reference incorrectly formed

I had done...

@param $projectId int The ID of the project to return

instead of

@param int $projectId The ID of the project to return

this caused explorer to return a 200 code and then stop working.

— Reply to this email directly or view it on GitHub.

childeYin avatar Aug 25 '14 01:08 childeYin