Jump to content

Laranjinha Broome

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. hey @bobsknief Orsini for now, i am sending nothing in the header. Empty. Do you have any working example of this outside call to http-in?
  2. Hello Community, i have a basic implementation to: 1-request http-in URL [OK] 2-access it from out-world python code [NOK] I am using python requests library to access the URL with GET method (tried POST too), as below: url = 'http://simhost-0b0f86c450b540326.agni.secondlife.io:12046/cap/.......' requests.get(url, verify=False) i also tried using urlib library: urllib.urlopen(url,{'key':'value'}) and both options keeps me with the same unsuccessful response: HTTP Error 502: Proxy Error Do you have any light? Thanks in advance
×
×
  • Create New...