Re: [racket-users] Testing an HTTPS (over HTTP CONECT) proxy

2016-08-10 Thread Tim Brown
Sean, Thanks for the encouragement and offer. Ironically, *I* wouldn’t be able to access them from the office, since I’d have to -- guess what -- go through a proxy to reach them! You, of course, are welcome to try. And tell me if it doesn’t scratch your itch in any way. Longer term... I’m looki

Re: [racket-users] Testing an HTTPS (over HTTP CONECT) proxy

2016-08-10 Thread Sean Kemplay
Hi Tim, This is great, the whole proxy thing has been an issue for me as well - I took a stab at doing something like this last year but couldn't get it working. I have access to a trend and scansafe proxy so can physically test against those if you want. Kind regards, Sean On Tuesday, August

Re: [racket-users] Testing an HTTPS (over HTTP CONECT) proxy

2016-08-09 Thread Jay McCarthy
Here are some testing options: 1) Implement a proxy server in Racket 2) Fake a proxy server that just repeats what you know to be a good session (by dumping an interaction with a real server) 3) Require squid or something to be present when testing 4) Find a public proxy server that can be used