Search found 2 matches

Thu Jan 19, 2023 10:23 pm
Replies: 2
Views: 25428

Re: 401 Unauthorized Error - Python

can't tell what you put in your header value from that sample, but don't roll your own auth.

https://requests.readthedocs.io/en/late ... ntication/
Gotcha, I added the auth and it all clicked into place. Thanks!
Thu Jan 19, 2023 12:25 am
Replies: 2
Views: 25428

401 Unauthorized Error - Python

Hello! I am trying to do a basic query in python and have been having issues. I assume I'm pretty close but I'm currently getting the error 401 - Not Unauthorized (WiGLE.net). To test it initially, I created an example in the API section and it gave me this output: curl -X GET "https://api.wigl...

Go to advanced search