Jump to content

https://secondlife.com/httprequest/homepage.php


KT Kingsley
 Share

You are about to reply to a thread that has been inactive for 2039 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

For a while I've been using

llHTTPRequest ("http://secondlife.com/httprequest/homepage.php", [], "");

to get the current SL usage data.

This has, sometime in the last few days, stopped working, and now returns a status of 499 in the http_response event. The URL works fine in my browser, though. What's changed, and what should I be doing instead now?

Link to comment
Share on other sites

I've tried it with both the http and https versions, neither of which now work for llHTTPRequest, but both of which work in my browser.

I'm not sure why I'd want a URL for my script; an llHTTPRequest call generates an http_response event without that. (You need to get a URL so that external callers can generate an http_request event, to which the script usually responds with an llHTTPResponse call.)

Link to comment
Share on other sites

  • 5 months later...
You are about to reply to a thread that has been inactive for 2039 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...