I'm getting this error: The following error was encountered: Invalid Request Some aspect of the HTTP Request is invalid. Possible problems: Missing or unknown request method Missing URL Missing HTTP Identifier (HTTP/1.0) Request is too large Content-Length missing for POST or PUT requests Illegal character in hostname; underscores are not allowed Anyone know why?
I don't know the whole detail, but in summary base on the error message, it's caused by the 'Referer' header for your request. Is it possible that this is changed by the proxy and as a result denied by the server. Might want to google to see if anyone encounter similar problem. But, yes, look like we host server problem configuration.