Hey everyone,

j/w why have LWP connect to a proxy? I'm asuming its for people who want to hide their identity. When it connects to a proxy and fetches, lets say a file----does the proxy server actually do the requests and not the computer your on? So if I had a site and someone built some automation script to create mass members, the script they built would connect to a proxy and request my signup script over and over again. As the webmaster of the site, would my access logs record the IP address from the proxy server or from the person's computer IP.

I'm asking this, not to build an automation script or any kind like that but to understand how easy it may be for someone. If its too easy, then I may want to add some ORC to my signup form.

Thanks,

Pete

In reply to LWP and Proxy by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.