proxee

1.0.0 • Public • Published

Proxee

About

A small, simple (and hacky) proxy server used to:

  • remove X-Frame-Options headers
  • remove frame busters
  • bypass real-browser detection (sites that prevent curl for example)
  • rewrite the HTML to not be relative ("/image.jpg") and instead be absolute ("http://www.site.com/image.jpg")

Example

  1. Start Proxee HTTP Server with node server.js
  2. Navigate to http://localhost:3000/example.html
  3. See how iframing works with and without Proxee

Issues

Each site is different so there are lots of improvements that can be made.
If you find a broken site or have a suggestion, please create an issue here.

Readme

Keywords

none

Package Sidebar

Install

npm i proxee

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ryanlelek