You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In great anticipation to the 1st of April (April Fools) I'm trying to setup an elaborate prank.
I need a proxy server that can inject some jQuery into the html part of the response - after searching I found this gist but it runs into problems with:
Error: Must provide a proper URL as target
I've read over it and can't see why it's failing? I've not used node-http-proxy before though but I tested it and all made basic sense. I'm thinking somethings deprecated since it's 2 years old.
Any ideas?
The text was updated successfully, but these errors were encountered:
@brod the example you found uses http-proxy0.10.x which had a different api. If you modify it to work with the new conventions, it seems like it should work. Checkout the readme.
In great anticipation to the 1st of April (April Fools) I'm trying to setup an elaborate prank.
I need a proxy server that can inject some jQuery into the html part of the response - after searching I found this gist but it runs into problems with:
Error: Must provide a proper URL as target
I've read over it and can't see why it's failing? I've not used node-http-proxy before though but I tested it and all made basic sense. I'm thinking somethings deprecated since it's 2 years old.
Any ideas?
The text was updated successfully, but these errors were encountered: