Show HN: GoPee – Simple, Self-Hosted Web Proxy in Go
gopee.herokuapp.com
Show HN: GoPee – Simple, Self-Hosted Web Proxy in Go
1–10 of 32 posts
Re: Show HN: GoPee – Simple, Self-Hosted Web Proxy in Go
#2Can be self-hosted on Heroku, Red Hat OpenShift or any VPS / Cloud provider.
more details here http://madhurjain.github.io/gopee
Re: Show HN: GoPee – Simple, Self-Hosted Web Proxy in Go
#3Minimal, Web proxy written in Go. Can be self-hosted on Heroku, Red Hat OpenShift or any VPS / Cloud provider. more details here http://madhurjain.github.io/gopee
* Doesn't support anything which requires sessions / cookies / logging in, yet
* Most AJAX requests don't work since the URLs are not rewritten
Don't stop working on it! This is a pretty great project.
Re: Show HN: GoPee – Simple, Self-Hosted Web Proxy in Go
#4Minimal, Web proxy written in Go. Can be self-hosted on Heroku, Red Hat OpenShift or any VPS / Cloud provider. more details here http://madhurjain.github.io/gopee
Great start. Your two known deficiencies are pretty big right now: * Doesn't support anything which requires sessions / cookies / logging in, yet * Most AJAX requests don't work since the URLs are not rewritten Don't stop working on it! This is a pretty great project.
I understand the deficiencies are major ones, but I am gonna continue working on it.
Re: Show HN: GoPee – Simple, Self-Hosted Web Proxy in Go
#5Minimal, Web proxy written in Go. Can be self-hosted on Heroku, Red Hat OpenShift or any VPS / Cloud provider. more details here http://madhurjain.github.io/gopee
Great start. Your two known deficiencies are pretty big right now: * Doesn't support anything which requires sessions / cookies / logging in, yet * Most AJAX requests don't work since the URLs are not rewritten Don't stop working on it! This is a pretty great project.
* It's leaking a lot of information (Google Analytics and a few other domains are being connected to directly instead of going through proxy). This is probably the biggest thing to fix. Offering a "strip all scripts" option may help.
* Useragent is set to Go's default. Forwarding the user's user-agent or better yet, a stock browser useragent (Firefox or something) may be better
Re: Show HN: GoPee – Simple, Self-Hosted Web Proxy in Go
#6Earlier quoted context omitted.
Great start. Your two known deficiencies are pretty big right now: * Doesn't support anything which requires sessions / cookies / logging in, yet * Most AJAX requests don't work since the URLs are not rewritten Don't stop working on it! This is a pretty great project.
Other issues: * It's leaking a lot of information (Google Analytics and a few other domains are being connected to directly instead of going through proxy). This is probably the biggest thing to fix. Offering a "strip all scripts" option may help. * Useragent is set to Go's default. Forwarding the user's user-agent or better yet, a stock browser useragent (Firefox or something) may be better
Re: Show HN: GoPee – Simple, Self-Hosted Web Proxy in Go
#7Re: Show HN: GoPee – Simple, Self-Hosted Web Proxy in Go
#8Re: Show HN: GoPee – Simple, Self-Hosted Web Proxy in Go
#9Might not be the best of names.
Re: Show HN: GoPee – Simple, Self-Hosted Web Proxy in Go
#10Another issue is that forms don't work.