-
Notifications
You must be signed in to change notification settings - Fork 0
[BUG-216320] Error when retrieving grid statistics page via llHTTPRequest #3720
Comments
Chaser Zaks commented at 2018-05-23T15:14:07Z Has this worked before? If not, I believe this is expected behavior for security reasons.
Of which, secondlife.com is in that list. |
Thickbrick Sleaford commented at 2018-05-23T16:36:55Z Yes, the script that I'm using this in has been working unmodified since approx. 2008. I did recompile it to mono at some point, but I didn't change anything in the last few years. Could it be that the 302 redirect from http to https is what has changed now, and is triggering the proxy blacklist? |
Whirly Fizzle commented at 2018-05-30T18:58:13Z, updated at 2018-05-30T19:00:32Z Also affects: https://secondlife.com/xmlhttp/secondlife.php kRequest = llHTTPRequest("http://secondlife.com/xmlhttp/secondlife.php", [], ""); |
Nalates Urriah commented at 2018-06-26T23:57:24Z I just noticed that my logging script is hitting 499 errors too. The working part of the script is as above. Like Whirly, I find secondlife.com/httprequest/homepage.php and secondlife.com/xmlhttp/secondlife.php both give a 499 error. Using http or https makes no difference. Help! |
Kyle Linden commented at 2018-06-27T15:56:23Z URLs function in all browsers. This looks like an lsl http issue not a web issue. |
Oz Linden commented at 2018-10-29T18:10:16Z This should be working now. |
Mister Acacia commented at 2018-10-29T19:31:18Z Just now tested, it does appear to be working. |
Whirly Fizzle commented at 2018-10-31T17:09:29Z Still broken for https://secondlife.com/xmlhttp/secondlife.php |
Natty Linden commented at 2018-10-31T17:49:52Z Hi, Whirly! The script in this ticket & Lou's in BUG-225726 appear to work for me using the original |
Oz Linden commented at 2021-02-12T15:00:25Z This is working now when I use the script in the included Description |
Uh oh!
There was an error while loading. Please reload this page.
Steps to Reproduce
Put this script in a prim:
Actual Behavior
llHTTPRequest("http://secondlife.com/httprequest/homepage.php", [], "")
returns an empty body and http status 499.Requests from outside the grid to the same url are successful (returning 302 redirect via http, or the actual data with a status 200 when via https.)
Expected Behavior
Expected result of llHTTPRequest("http://secondlife.com/httprequest/homepage.php", [], ""); is an http status 200 and a body of an http response with statistical data, as can be seen when visiting this url with a browser: http://secondlife.com/httprequest/homepage.php.
Other information
Attachments
Links
Duplicates
Related
Original Jira Fields
The text was updated successfully, but these errors were encountered: