Hi, I'm trying to use the w3c_validators Ruby gem and I'm inside a proxy. So I wrote up a monkey patch that overrides the send_request method (validators.rb) and it seems to take the the settings okay. However, once I make the request I encounter this error:
302 "Found" (Net::HTTPRetriableError)
I can't tell if this redirect is from the proxy server or the W3C server.
Any suggestions on how to sort this?