Skip to content Skip to sidebar Skip to footer
Showing posts with the label Proxy

Rewrite All Links On Reverse Proxied Page

I'm reverse proxying to a IP restricted page like this: server { server_name mypage.com; … Read more Rewrite All Links On Reverse Proxied Page

Making An Xmlhttprequest Through A Proxy?

Is it possible to route HTTP requests through a proxy server programmatically from the browser with… Read more Making An Xmlhttprequest Through A Proxy?

How Do I Trap Arguments To A Target Method When Using A Proxy Object?

I'm trying to use Javascript Proxy objects to trap the arguments that are passed to a 'meth… Read more How Do I Trap Arguments To A Target Method When Using A Proxy Object?

Force Proxy Re-authentication In Chrome Extension

I'm making an extension which allows users to store proxy servers with auth credentials (user/p… Read more Force Proxy Re-authentication In Chrome Extension