Conversation
Remove unnecessary user-agent descriptor.
|
The user agent descriptor was for ssl without it this error is thrown, Edit: Might not be ssl I just remember reading that in a stackoverflow post (https://stackoverflow.com/questions/13670692/403-forbidden-with-java-but-not-web-browser) but nevertheless there is still the issue |
|
Changing to http still shows that error which is why I said might not be ssl |
Then it's likely the server blocking requests to the api that are from bots. Might be a configuration problem. |
Remove unnecessary user-agent descriptor.