Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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?

Socket Hang Up Error With Nodejs

I want to set up proxy for some XYZ server whose i am not the admin. Then i want to do some analysi… Read more Socket Hang Up Error With Nodejs

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

Major Use Cases For Es6 Proxies

I recently got to know about ES6 proxies but I don't see a good reason to use it. I mean, every… Read more Major Use Cases For Es6 Proxies

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