This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var http = require('http'), | |
| httpProxy = require('http-proxy'); | |
| var proxy = httpProxy.createProxy(); | |
| proxy.on('proxyRes', function (res) { | |
| //console.log('RAW Response from the target', JSON.stringify(res.headers, true, 2)); | |
| }); | |
| proxy.on('proxyReq', function (req) { | |
| console.log('BEFORE Request from the WEB', JSON.stringify(req._headers, true, 2)); | |
| req._headers.host = "localhost:44320"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Spy Game, 2001 | |
| The Good Shepherd (2006) | |
| The Ghost Writer, 2010 | |
| The Spy Who Came in from the Cold (1965) | |
| Ronin (1998) | |
| Tinker Tailor Soldier Spy (2011) | |
| The American (2010) |
NewerOlder