Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jywarren/miniproxy
A tiny proxy built in a skeleton Rails app which lets you proxy requests through SSL using only a URL
https://github.com/jywarren/miniproxy
Last synced: about 2 months ago
JSON representation
A tiny proxy built in a skeleton Rails app which lets you proxy requests through SSL using only a URL
- Host: GitHub
- URL: https://github.com/jywarren/miniproxy
- Owner: jywarren
- Created: 2012-06-05T00:49:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-05T00:50:14.000Z (over 12 years ago)
- Last Synced: 2024-10-14T08:15:41.717Z (3 months ago)
- Language: Ruby
- Size: 168 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
MINIPROXY
This allows access of any website through an https SSL proxy, simply by navigating to:
https://my-url.com?q=http://target-url.com
It modifies all links in the content to use the proxy as well. Currently, it does not intercept relative URLs or URLS in javascript or CSS files.
Pretty much the entire system is in app/controllers/proxy_controller.rb, with just one route in config/routes.rb
Have fun.