Jump to content

Laranjinha Broome

Resident
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Laranjinha Broome

  1. 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...