Ali Naci Erdem

Personal Blog

  • Contact Me
  • GitHub
  • LinkedIn
  • Support Me
  • Newsletter

nodejs

Simple Proxy Server Using Node.js to Bypass CORS

10th December 2016

Node.js is a javascript runtime based on Chromium’s V8 javascript engine. It is really simple to create a basic HTTP server using the node.js API and a web based proxy is just an HTTP server that relays incoming requests back to the original recipient. So we will capture the requests and forward them using a … [Read more…]

Posted in: Genel Tagged: cors, Debugging, JavaScript, js, node, nodejs, Programming, proxy, tutorial