Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
agustindev
/
miniProxy
Public
forked from
joshdick/miniProxy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 27, 2016
Fix for AJAX multiple querystring Requests
Show description for f95dc50
agustindev
authored
f95dc50
View commit details
Copy full SHA for f95dc50
Browse repository at this point
Commits on Jul 31, 2016
Remove CURLOPT_FAILONERROR to allow for basic auth prompts
joshdick
committed
6c0c79f
View commit details
Copy full SHA for 6c0c79f
Browse repository at this point
Commits on Jul 30, 2016
Fix bug in proxification of <meta> tags with an 'http-equiv=refresh' attribute.
joshdick
committed
674fa93
View commit details
Copy full SHA for 674fa93
Browse repository at this point
Don't proxify "about:" links.
joshdick
committed
ec203f3
View commit details
Copy full SHA for ec203f3
Browse repository at this point
Fix form handling bug introduced in 8f77479c2a5ba8884fb4fa5131a2657da3b2dfc4 / fix for #36.
joshdick
committed
0cb108f
View commit details
Copy full SHA for 0cb108f
Browse repository at this point
Correctly handle redirects by comparing the requested URL to the one reported back by cURL.
Show description for d34a336
joshdick
committed
d34a336
View commit details
Copy full SHA for d34a336
Browse repository at this point
Proxify <meta> tags with an 'http-equiv="refresh"' attribute.
joshdick
committed
5265fce
View commit details
Copy full SHA for 5265fce
Browse repository at this point
Proxify "srcset" attributes in "img" tags.
joshdick
committed
49f93e3
View commit details
Copy full SHA for 49f93e3
Browse repository at this point
Use "?" instead of "/" to terminate proxy prefix so that miniProxy doesn't rely on Apache-specific behavaior.
Show description for 8f77479
joshdick
committed
8f77479
View commit details
Copy full SHA for 8f77479
Browse repository at this point
Use HTTP_HOST instead of SERVER_NAME for computing proxy prefix.
Show description for 2fdf255
joshdick
committed
2fdf255
View commit details
Copy full SHA for 2fdf255
Browse repository at this point
Don't proxify magnet links.
Show description for f43a4b4
joshdick
committed
f43a4b4
View commit details
Copy full SHA for f43a4b4
Browse repository at this point
Commits on Jul 29, 2016
Update, document, and enforce minimum PHP version.
Show description for d1124f5
joshdick
committed
d1124f5
View commit details
Copy full SHA for d1124f5
Browse repository at this point
Commits on Mar 1, 2016
Merge pull request #31 from pvcnt/patch-1
Show description for bf5dbd8
joshdick
committed
bf5dbd8
View commit details
Copy full SHA for bf5dbd8
Browse repository at this point
Port must be before path when building a URL
pvcnt
committed
9a7a0d0
View commit details
Copy full SHA for 9a7a0d0
Browse repository at this point
Commits on Jan 19, 2016
Prevent robots from indexing proxified pages. Fixes #30.
joshdick
committed
50d0817
View commit details
Copy full SHA for 50d0817
Browse repository at this point
Commits on Dec 30, 2015
Remove redundant/unused code path for prepending "http:" to "//" URLs
joshdick
committed
2ac6f8b
View commit details
Copy full SHA for 2ac6f8b
Browse repository at this point
Commits on Nov 5, 2015
Merge pull request #21 from a-x-/patch-1
Show description for b3a3569
joshdick
committed
b3a3569
View commit details
Copy full SHA for b3a3569
Browse repository at this point
Commits on Nov 1, 2015
add required param
a-x-
committed
9e14ebd
View commit details
Copy full SHA for 9e14ebd
Browse repository at this point
Commits on Aug 22, 2015
Stricter scheme checking; only allow http[s].
joshdick
committed
0db75a9
View commit details
Copy full SHA for 0db75a9
Browse repository at this point
Commits on Aug 1, 2015
Squashed commit of the following:
Show description for 9c36ff5
joshdick
committed
9c36ff5
View commit details
Copy full SHA for 9c36ff5
Browse repository at this point
Commits on Jul 8, 2015
README.md GitHub URL tweak
joshdick
committed
d0aab22
View commit details
Copy full SHA for d0aab22
Browse repository at this point
Updated README
joshdick
committed
2ab18ae
View commit details
Copy full SHA for 2ab18ae
Browse repository at this point
Alternate implementation of #17.
Show description for 5039aa9
joshdick
committed
5039aa9
View commit details
Copy full SHA for 5039aa9
Browse repository at this point
Commits on Jul 7, 2015
Fix case sensitivity issue when proxying browser headers.
Show description for 52999cc
joshdick
committed
52999cc
View commit details
Copy full SHA for 52999cc
Browse repository at this point
Change the example site to something that doesn't use SSL.
Show description for 90a0628
joshdick
committed
90a0628
View commit details
Copy full SHA for 90a0628
Browse repository at this point
Commits on Jun 28, 2015
URL whitelist feature based on etiktin/miniProxy:whitelist_urls_to_proxy. Closes #15
etiktin
authored and
joshdick
committed
454ced7
View commit details
Copy full SHA for 454ced7
Browse repository at this point
Style tweaks. Closes #14
joshdick
committed
1e8b5a4
View commit details
Copy full SHA for 1e8b5a4
Browse repository at this point
Merge branch 'fix_url_single_slash' of https://github.com/etiktin/miniProxy
joshdick
committed
5b9cba5
View commit details
Copy full SHA for 5b9cba5
Browse repository at this point
Commits on Oct 31, 2014
Merge pull request #13 from etiktin/fix_get_parameters_handling
Show description for 7a7bf38
joshdick
committed
7a7bf38
View commit details
Copy full SHA for 7a7bf38
Browse repository at this point
Rework header blacklisting and blacklist the "Content-Encoding: gzip" header. Closes #12.
joshdick
committed
fb75e92
View commit details
Copy full SHA for fb75e92
Browse repository at this point
Fixing URLs that include only one slash (IIS issue)
Show description for 458bdb5
etiktin
committed
458bdb5
View commit details
Copy full SHA for 458bdb5
Browse repository at this point
Fix GET parameters handling
Show description for 451dba2
etiktin
committed
451dba2
View commit details
Copy full SHA for 451dba2
Browse repository at this point
Commits on Aug 19, 2014
Stricter encoding detection/converison. Fixes #11.
joshdick
committed
5d076d1
View commit details
Copy full SHA for 5d076d1
Browse repository at this point
Commits on Jan 22, 2014
Properly handle basic authenticaton URLs inside proxied pages.
joshdick
committed
7755481
View commit details
Copy full SHA for 7755481
Browse repository at this point
Commits on Jan 21, 2014
Fixes and tweaks related to HTTP ports.
Show description for adf9810
joshdick
committed
adf9810
View commit details
Copy full SHA for adf9810
Browse repository at this point
Previous
Next
You can’t perform that action at this time.