6 ms·
If you wouldn't mind, I would be curious - if you run the above curl command, do you get the same error? It could be a combination of IP + user agent (+ someth
by SpikedCola 9mo ago
If you wouldn't mind, I would be curious - if you run the above curl command, do you get the same error?
It could be a combination of IP + user agent (+ something else) that's causing me trouble.
- f30e3dfed1c9 9mo agoI get this with your curl command: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>402 Payment Required</title> </head><body> <h1>Payment Required</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator at www@virtualbox.org to inform them of the time this error occurred, and the actions you performed just before this error.</p> <p>More information about this error may be available in the server error log.</p> </body></html>
- SpikedCola 9mo agoThanks for that! So it's most likely user agent then. Wonder why they don't like it.