Search found 2 matches

by Ahmed Hazyl
Sun Mar 07, 2021 2:35 pm
Forum: Scripting
Topic: llHTTPRequest not working with webpage on port 80
Replies: 3
Views: 3931

Re: llHTTPRequest not working with webpage on port 80

Hi Ilan!

The script itself runs without an error, but the http response from the llHTTPRequest is:

Error code 499. Error body: The operation has timed out.

Also, from checking the external server I can see that the HTTP Request was not received by it.
by Ahmed Hazyl
Sun Mar 07, 2021 1:51 pm
Forum: Scripting
Topic: llHTTPRequest not working with webpage on port 80
Replies: 3
Views: 3931

llHTTPRequest not working with webpage on port 80

Hi!

I have two http server scripts running on two different worlds, both of which communicate with an external server (they basically use it as a web proxy to route requests from web clients). One of them has stopped working; I did some troubleshooting and found that it is unable to send an ...