[Tutor] urllib vs requests

Julius Hamilton juliushamilton100 at gmail.com
Mon Dec 6 17:37:40 EST 2021


Hey,

Could anyone please let me know why requests.get fetches the following url
effectively but urllib.request.urlopen returns “403 Forbidden”?

https://juno.sh/direct-connection-to-jupyter-server/

Is it because they make different types of requests so the web server
detects that urllib is something it doesn’t accept? Is there any way around
that?

By the way, is there any Python email group for slightly more advanced
questions than the tutor group? More like troubleshooting or something,
from package maintainers?

Thanks,
Julius


More information about the Tutor mailing list