How to edit response from website with Nodejs HTTP proxy
up vote
0
down vote
favorite
So say I'm using a nodejs proxy server, I want it edit the response from a json endpoint. A bit like the fiddler auto-responder, except its in nodejs. For example, say there's the json code "name": "john". I want to use nodejs to edit the response so it says "name": "jane" instead. Can anyone help?
javascript node.js
add a comment |
up vote
0
down vote
favorite
So say I'm using a nodejs proxy server, I want it edit the response from a json endpoint. A bit like the fiddler auto-responder, except its in nodejs. For example, say there's the json code "name": "john". I want to use nodejs to edit the response so it says "name": "jane" instead. Can anyone help?
javascript node.js
1
Please, show us the code what have you been done so far.
– lependu
Nov 11 at 10:17
Can you please check: stackoverflow.com/questions/20351637/… - you can try modifying the request according to your need.
– iyerrama29
Nov 11 at 15:37
I want my proxy to intercept the data from the server, edit it, then pass it to the client.
– Magikal
Nov 11 at 20:40
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
So say I'm using a nodejs proxy server, I want it edit the response from a json endpoint. A bit like the fiddler auto-responder, except its in nodejs. For example, say there's the json code "name": "john". I want to use nodejs to edit the response so it says "name": "jane" instead. Can anyone help?
javascript node.js
So say I'm using a nodejs proxy server, I want it edit the response from a json endpoint. A bit like the fiddler auto-responder, except its in nodejs. For example, say there's the json code "name": "john". I want to use nodejs to edit the response so it says "name": "jane" instead. Can anyone help?
javascript node.js
javascript node.js
asked Nov 11 at 9:59
Magikal
1
1
1
Please, show us the code what have you been done so far.
– lependu
Nov 11 at 10:17
Can you please check: stackoverflow.com/questions/20351637/… - you can try modifying the request according to your need.
– iyerrama29
Nov 11 at 15:37
I want my proxy to intercept the data from the server, edit it, then pass it to the client.
– Magikal
Nov 11 at 20:40
add a comment |
1
Please, show us the code what have you been done so far.
– lependu
Nov 11 at 10:17
Can you please check: stackoverflow.com/questions/20351637/… - you can try modifying the request according to your need.
– iyerrama29
Nov 11 at 15:37
I want my proxy to intercept the data from the server, edit it, then pass it to the client.
– Magikal
Nov 11 at 20:40
1
1
Please, show us the code what have you been done so far.
– lependu
Nov 11 at 10:17
Please, show us the code what have you been done so far.
– lependu
Nov 11 at 10:17
Can you please check: stackoverflow.com/questions/20351637/… - you can try modifying the request according to your need.
– iyerrama29
Nov 11 at 15:37
Can you please check: stackoverflow.com/questions/20351637/… - you can try modifying the request according to your need.
– iyerrama29
Nov 11 at 15:37
I want my proxy to intercept the data from the server, edit it, then pass it to the client.
– Magikal
Nov 11 at 20:40
I want my proxy to intercept the data from the server, edit it, then pass it to the client.
– Magikal
Nov 11 at 20:40
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53247592%2fhow-to-edit-response-from-website-with-nodejs-http-proxy%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Please, show us the code what have you been done so far.
– lependu
Nov 11 at 10:17
Can you please check: stackoverflow.com/questions/20351637/… - you can try modifying the request according to your need.
– iyerrama29
Nov 11 at 15:37
I want my proxy to intercept the data from the server, edit it, then pass it to the client.
– Magikal
Nov 11 at 20:40