Forum > Networking and Web Programming

Trunk FPC: fphttpclient and proxies

(1/3) > >>

Renat.Su:
I was told here that the proxy for the fphttpclient in the trunk version is implemented.
But when I looked at the source code in trunk lazarus (FPC 3.2.0), found at the top of the same comment:

--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---{ ---------------------------------------------------------------------  Todo:  * Proxy support ?  ---------------------------------------------------------------------} Is there or is there no proxy support?.. Or it is there with some nuances?

Thaddy:
seems a bug in the comment

Renat.Su:

--- Quote from: Thaddy on December 17, 2018, 08:55:48 pm ---seems a bug in the comment

--- End quote ---
Thank You!

balazsszekely:
@Renat.Su
Please note that only http proxy is implemented. Do not try anything else, for example socks protocol will not work(SOCKS4, SOCKS4a, SOCKS5).

Thaddy:

--- Quote from: GetMem on December 18, 2018, 06:21:00 am ---@Renat.Su
Please note that only http proxy is implemented. Do not try anything else, for example socks protocol will not work(SOCKS4, SOCKS4a, SOCKS5).

--- End quote ---
Correct, but these would be implemented elsewhere in the code base, probably fpsockets or in a separate unit.

Navigation

[0] Message Index

[#] Next page

Go to full version