I want to change an HTTP request before sending the data.

I tried WebScarab for the purpose, but it looks like it doesn't work with Facebook properly. (And I dealing with Facebook (https if possible, otherwise http) here)

Is there any good way to change the HTTP request before sending it?

Note: Normally this would be an application that sends data to a locally running proxy server on some other port before sending the data to the server.

Extra: My aim is to edit the name to which the Facebook comments are tagged to. But that's not really important unless you know a way to do the same in a different way.

link|improve this question
maybe Fiddler http proxy might but I don't know how to use it.. – barlop Jun 2 '11 at 12:32
feedback

2 Answers

Try burp proxy.

link|improve this answer
feedback

Like a comment said, I'd go with Fiddler. Its a good debugging proxy, and allows changes to the stream. It has a lot of plugins, and lets you write your own (if you know .NET).

link|improve this answer
I did not mention: I am running Fedora at home. Mac otherwise. Sorry. – Anuj More Jun 4 '11 at 13:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.