Set a proxy in Options, then watch to see what HTTP request Quadra sends to the proxy when you do something that would trigger a request. Look at the path and "Host:" header field in the request.
What is the expected output? What do you see instead?
I would expect to see the the actual destination host listed in the header, but I see that of the proxy instead. This would evidently not be a problem for a standards-conforming proxy if request path was the absolute URI that is mandated for requests to proxies (though Fiddler would complain if it was different), but for some reason Quadra is leaving off the "http://" in the request.
P.S. This is not part of the cause of my issues with the highscore list, but merely an obstacle encountered while trying to debug that problem using Fiddler <http://www.fiddler2.com/>.
What steps will reproduce the problem?
Set a proxy in Options, then watch to see what HTTP request Quadra sends to the proxy when you do something that would trigger a request. Look at the path and "Host:" header field in the request.
What is the expected output? What do you see instead?
I would expect to see the the actual destination host listed in the header, but I see that of the proxy instead. This would evidently not be a problem for a standards-conforming proxy if request path was the absolute URI that is mandated for requests to proxies (though Fiddler would complain if it was different), but for some reason Quadra is leaving off the "http://" in the request.
See http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1.2 for details.
P.S. This is not part of the cause of my issues with the highscore list, but merely an obstacle encountered while trying to debug that problem using Fiddler <http://www.fiddler2.com/>.