Live data from Hacker News

Virtualbox.org "402 Payment Required"

virtualbox.org

1–6 of 6 posts

Re: Virtualbox.org "402 Payment Required"

#2
I can't access virtualbox.org any more, they now show an error page saying "Payment Required", with status code 402.

Interestingly, if I change my user agent to "curl/7.70.0", I can browse virtualbox.org again.

They seem to be unhappy with my user agent specifically:

  curl -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36" https://www.virtualbox.org 
  
  
  
  402 Payment Required
  
  Payment Required

Re: Virtualbox.org "402 Payment Required"

#3

I can't access virtualbox.org any more, they now show an error page saying "Payment Required", with status code 402. Interestingly, if I change my user agent to "curl/7.70.0", I can browse virtualbox.org again. They seem to be unhappy with my user agent specifically: curl -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36" https://www.virtua…

I just downloaded VirtualBox-7.2.4-170995-OSX.dmg and Oracle_VirtualBox_Extension_Pack-7.2.4.vbox-extpack with no problem.

Re: Virtualbox.org "402 Payment Required"

#4

I can't access virtualbox.org any more, they now show an error page saying "Payment Required", with status code 402. Interestingly, if I change my user agent to "curl/7.70.0", I can browse virtualbox.org again. They seem to be unhappy with my user agent specifically: curl -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36" https://www.virtua…

I just downloaded VirtualBox-7.2.4-170995-OSX.dmg and Oracle_VirtualBox_Extension_Pack-7.2.4.vbox-extpack with no problem.

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.

Re: Virtualbox.org "402 Payment Required"

#5

Earlier quoted context omitted.

I just downloaded VirtualBox-7.2.4-170995-OSX.dmg and Oracle_VirtualBox_Extension_Pack-7.2.4.vbox-extpack with no problem.

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.

I get this with your curl command:

402 Payment Required Payment Required

The server encountered an internal error or misconfiguration and was unable to complete your request.

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.

More information about this error may be available in the server error log.

Re: Virtualbox.org "402 Payment Required"

#6

Earlier quoted context omitted.

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.

I get this with your curl command: 402 Payment Required Payment Required The server encountered an internal error or misconfiguration and was unable to complete your request. 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. More information about this error may be available in the server error log.

Thanks for that! So it's most likely user agent then. Wonder why they don't like it.