is there any way to change the HTTP-request while loading a page in Firefox by adding a plugins or setting a config? for example i want to change

http://www.youtube.com/watch?v=_something_

to :

https://myRouter_of_youtube.com/watch?v=_something_

i want to set int once and it works until changing that I'm using Tamper Data but its not what i want.

link|improve this question
feedback

migrated from stackoverflow.com Sep 30 '11 at 11:23

This question came from our site for professional and enthusiast programmers.

1 Answer

Do you want an encrypted connection to myRouter_of_youtube.com, and the an unencryptet connection from myRouter_of_youtube.com to youtube.com? Probably to leave someone in the local network unaware of your network actions? That would sound like a job for a proxy to me. You could either tunnel to an SSH-Server somewhere and use socks, or you use an HTTP proxy like squid.

link|improve this answer
No, I have access to myRouter... directly and I dont want or need to use proxy server. just I want is to request myRouter... instead of youtube it self, and other request not changed. – wtayyeb Sep 30 '11 at 13:14
feedback

Your Answer

 
or
required, but never shown

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