Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am writing an SWT application, and I need to proxy http requests from SWT browser to the outside world (in order to fiddle with data that comes back).

The first thing I thought of was using a web proxy. Boom.

All Browser instances automatically use Windows' or OS X's global proxy settings.

When googling for alternatives I found this thread. They have some Mozilla-specific workarounds that are using nsIServiceManager dark magic, and I tend to think there have to be much more sane (and cross-browser) way to do that.

Also, I don‘t need a full-fledged web proxy. Just about any technique to intercept http request and change its response would be just fine. (Without an overkill of setting up system-wide proxy, that is.)

Any ideas?

share|improve this question
Can you detail your usecase a bit further? What do you need to change? – Fabian Zeindl Jan 10 '12 at 11:04
@FabianZeindl I need to be able to mangle data that SWT browser sends to and receives from the network. – ayanami Jan 10 '12 at 18:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.