Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="http://www.mail-archive.com/delphi-talk@elists.org/msg01558.html" rel="nofollow noreferrer">http://www.mail-archive.com/delphi-talk@elists.org/msg01558.html</a> - text by Francois PIETTE quoted bellow(in case link will become unavailable):</p> <blockquote> <p>"There are several way to achieve your goal. The two main I see are: 1) Write a LSP (Layered Service Provider) 2) Write a proxy server</p> <p>The first is not possible with Delphi (At least I think so. If anyone know how to write a LSP using Delphi, I would love to get the code).</p> <p>The second - writing a proxy - is more or less easy with Delphi using ICS components. See "usermade" link at ICS website (<a href="http://www.overbyte.be" rel="nofollow noreferrer">http://www.overbyte.be</a>). With this option, you have to configure IE to use the proxy: IE Menu / Tools / Internet options / Connections / Network parameters / Use a proxy and then enter the IP address (127.0.0.1 if proxy run on the same computer) and port number (pick anyone you like, for example 8080). Once IE is configured to use a proxy, it will send all requests to the proxy. Then the proxy will make the real request to the target server and return data back to IE. What is important there is that you get all URL entered in IE or indirectly use (clicking on links), and you can either really rely them to the target server or forge and answer your self to say the page access is denied.</p> <p>At ICS website, on the usermade page, you'll even find a HTTP proxy component. If you need help with this component and/or the entire ICS, please use ICS support mailing list (same server as this list). See "support" link at ICS website for support details."</p> </blockquote> <p>LE: it seems that this question is possible a duplicate <a href="https://stackoverflow.com/questions/3646099/using-delphi-to-block-websites">Using delphi to block websites</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload