Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #10047 > unrolled thread
| Started by | Magnus Warker <magnux@mailinator.com> |
|---|---|
| First post | 2011-11-18 18:15 +0100 |
| Last post | 2011-11-24 08:43 -0400 |
| Articles | 5 — 5 participants |
Back to article view | Back to comp.lang.java.programmer
proxy source code wanted Magnus Warker <magnux@mailinator.com> - 2011-11-18 18:15 +0100
Re: proxy source code wanted Roedy Green <see_website@mindprod.com.invalid> - 2011-11-18 10:01 -0800
Re: proxy source code wanted Knorpi <alpineblaster@googlemail.com> - 2011-11-23 23:17 -0800
Re: proxy source code wanted Robert Klemme <shortcutter@googlemail.com> - 2011-11-24 03:48 -0800
Re: proxy source code wanted Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-11-24 08:43 -0400
| From | Magnus Warker <magnux@mailinator.com> |
|---|---|
| Date | 2011-11-18 18:15 +0100 |
| Subject | proxy source code wanted |
| Message-ID | <ja63oq$t6d$1@news.m-online.net> |
Hi, I would like to take a look at the source code of a proxy that acts like www.kproxy.com, i. e. taking a URL in a text input field, retrieving the URL's content and presenting it to the client, while maintaining all functionality and links. Can anyone point me into some direction? Thanks Magnus
[toc] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2011-11-18 10:01 -0800 |
| Message-ID | <997dc71655ad1kj5kqs8b7tm5re8be9fri@4ax.com> |
| In reply to | #10047 |
On Fri, 18 Nov 2011 18:15:02 +0100, Magnus Warker <magnux@mailinator.com> wrote, quoted or indirectly quoted someone who said : >I would like to take a look at the source code of a proxy that acts like >www.kproxy.com, i. e. taking a URL in a text input field, retrieving the >URL's content and presenting it to the client, while maintaining all >functionality and links. I tried on one of my pages and all it did was display the page, taking longer than usual and adding an advertisement. Why would you want to do this? Is it an anonymiser? -- Roedy Green Canadian Mind Products http://mindprod.com I can't come to bed just yet. Somebody is wrong on the Internet.
[toc] | [prev] | [next] | [standalone]
| From | Knorpi <alpineblaster@googlemail.com> |
|---|---|
| Date | 2011-11-23 23:17 -0800 |
| Message-ID | <14433919.194.1322119057858.JavaMail.geo-discussion-forums@yqjo5> |
| In reply to | #10050 |
Hi, this is what I want: Enter an URL in a text box and let a proxy fetch the page, where the proxy knows how to reach the internet (port and so on). Maybe this makes the access anonymous, I don't know. Where can I get the/some source code to see how it works? Thanks Magnus
[toc] | [prev] | [next] | [standalone]
| From | Robert Klemme <shortcutter@googlemail.com> |
|---|---|
| Date | 2011-11-24 03:48 -0800 |
| Message-ID | <41766c56-e31b-4788-9a91-75de1be8aebe@w3g2000vbw.googlegroups.com> |
| In reply to | #10047 |
Dead or alive? robert PS: Enter "web scraping" into your favorite search engine.
[toc] | [prev] | [next] | [standalone]
| From | Arved Sandstrom <asandstrom3minus1@eastlink.ca> |
|---|---|
| Date | 2011-11-24 08:43 -0400 |
| Message-ID | <uZqzq.61096$rF5.8758@newsfe19.iad> |
| In reply to | #10047 |
On 11-11-18 01:15 PM, Magnus Warker wrote: > Hi, > > I would like to take a look at the source code of a proxy that acts like > www.kproxy.com, i. e. taking a URL in a text input field, retrieving the > URL's content and presenting it to the client, while maintaining all > functionality and links. > > Can anyone point me into some direction? > > Thanks > Magnus > If you are _specifically_ interested in doing things like kproxy - namely anonymization - then there are a number of online anonymity services that are open-source. Google "anonymizer". I2P would be one example. On the other hand, if you are interested in understanding the basics of forwarding proxies, and do not want to get all wrapped up in the complexities of anonymization, you could check out LittleProxy. AHS -- You should know the problem before you try to solve it. Example: When my son was three he cried about a problem with his hand. I kissed it several times and asked him about the problem. He peed on his hand. -- Radia Perlman, inventor of spanning tree protocol
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web