Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in thread "main" java.io.IOException: Server returned HTTP response code: 403 for URL: http://download.thinkbroadband.com/100MB.zip #6

Open
demostans opened this issue May 14, 2015 · 1 comment

Comments

@demostans
Copy link

I'm trying to run the application but it fails:

java -jar aws-s3-speed-0.0.5-SNAPSHOT-jar-with-dependencies.jar RUN KEY SECRET AWSS3speedTest 14052015 12 HUGE SDK
Exception in thread "main" java.io.IOException: Server returned HTTP response code: 403 for URL: http://download.thinkbroadband.com/100MB.zip
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.URL.openStream(Unknown Source)
at com.takipi.tests.speedtest.data.DataBytes.get100MBData(DataBytes.java:59)
at com.takipi.tests.speedtest.data.DataBytes.getData(DataBytes.java:28)
at com.takipi.tests.speedtest.Main.main(Main.java:41)

Downloading the file from my browser works fine.

Any ideas why it fails?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants