Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Increase server script timeout

Hi Aeneas,

Unfortunatly these screen shots could not help.

We need raw http request where we can see all request parameters with headers.

Regards.

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Increase server script timeout

I'm not sure how I can get this. Is there a way for you to add more detail to the error message that's being returned so I can investigate from there?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Increase server script timeout

Hello!

You can check all request details in console on Network tab http://devcenter.appery.io/documentat...

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Increase server script timeout

Thanks but could you be more specific where I can find this in the documentation?

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Increase server script timeout

This is the same link which takes me to a documentation contents page. Which page can I find how to check all request details so I can see what my code is sending to it?????

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Increase server script timeout

Hi, I downloaded fiddler to get raw http request. The below is producing the BAd Request 400 error. I have replaced some numbers with X's to protect my db....

PUT https://api.appery.io/rest/1/db/colle... HTTP/1.1
X-Appery-Database-Id: 53bf194beXXXX2d721XX1
X-Appery-Master-Key: e9cfa46b-1ade-4796-96d8-a75XXXXXXXX
Accept: application/json
Host: api.appery.io
Content-Length: 38
Expect: 100-continue

{"externalRef":"NzA4OTc1NTIw&src=hor"}

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Increase server script timeout

Hi Aeneas,

Please take a look on details for correct update request:

http://prntscr.com/4bv48a/direct

I've selected request parameters that's you need to correctly pass.

Regards.

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Increase server script timeout

Hi Yurri,

I added Origin Header and the ACL part but am getting this error.

Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Increase server script timeout

Dear Aeneas,

Please take a look on my previous screen shot.

There is "content-type" header.

But you've added it as "accept" header.

Regards.

Return to “Issues”