Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51429
| From | Robin Becker <robin@reportlab.com> |
|---|---|
| Subject | substituting proxy |
| Date | 2013-07-29 11:00 +0100 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5221.1375092030.3114.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
substituting proxy Robin Becker <robin@reportlab.com> - 2013-07-29 11:00 +0100
csiph-web