2 posts tagged with Proxy by ralawrence.
Displaying 1 through 2 of 2.

Related tags:
+ (11)
+ (11)
+ (9)
+ (7)
+ (5)
+ (5)
+ (5)
+ (4)
+ (4)
+ (4)


Users that often use this tag:
your mildly obsess... (2)
edbyford (2)
Anonymous (2)
ralawrence (2)
armoured-ant (2)

What is the easiest way, in Windows, to sniff the HTTP (and HTTPS) requests and responses back from the server for an application that won't let you tell it to use a proxy? [more inside]
posted by ralawrence on Mar 30, 2005 - 9 answers

I'm trying to get my application (VB, but that doesn't matter) to connect to the internet and support proxy servers that require a username and password. The former is easy, the latter not. What I'm doing is sending Proxy-Authorization: Basic [authentication] in the header (where [authentication] is "username:password" base64 encoded) with each request. However the proxy server keeps reporting error 407 (authentication required). I've read the RFC's, I've read google groups but I have no idea what I'm doing wrong. Any ideas?
posted by ralawrence on Apr 30, 2004 - 2 answers