Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51429 > unrolled thread

substituting proxy

Started byRobin Becker <robin@reportlab.com>
First post2013-07-29 11:00 +0100
Last post2013-07-29 11:00 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  substituting proxy Robin Becker <robin@reportlab.com> - 2013-07-29 11:00 +0100

#51429 — substituting proxy

FromRobin Becker <robin@reportlab.com>
Date2013-07-29 11:00 +0100
Subjectsubstituting proxy
Message-ID<mailman.5221.1375092030.3114.python-list@python.org>
Before attempting to reinvent the wheel has anyone created an http(s) proxy that 
can replace the content for specific requests.

Context: I have access to the client's test site, but a lot of the  requests are 
dynamic and save html complete etc etc doesn't work properly. In addition lots 
of the content comes from a cloud server which seems to object unless I take 
great care over spoofing of host names & referrers etc.

I would like to debug stuff we supply, but that's hard unless I have the whole 
kit & kaboodle. I thought a proxy that could substitute for our javascript 
file(s) might work.

Has anyone done this in twisted pymiproxy etc etc?
-- 
Robin Becker

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web