Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1365931 > unrolled thread
| Started by | Ajay Garg <ajaygargnsit@gmail.com> |
|---|---|
| First post | 2016-03-29 09:30 +0200 |
| Last post | 2016-03-30 17:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
Socket-Option in POSIX-sockets, to allow traffic via proxy Ajay Garg <ajaygargnsit@gmail.com> - 2016-03-29 09:30 +0200
Re: Socket-Option in POSIX-sockets, to allow traffic via proxy Phil Turmel <philip@turmel.org> - 2016-03-30 17:00 +0200
| From | Ajay Garg <ajaygargnsit@gmail.com> |
|---|---|
| Date | 2016-03-29 09:30 +0200 |
| Subject | Socket-Option in POSIX-sockets, to allow traffic via proxy |
| Message-ID | <rhWga-2Ka-9@gated-at.bofh.it> |
Hi All. Surprisingly, I could not find this on google :-\ We are trying to use vanilla POSIX-socket-APIs, but we are unable to connect if the URL is on the other side of the proxy. Is there a socket-option wherein this would be allowed? I will be grateful for any pointers. Thanks and Regards, Ajay
[toc] | [next] | [standalone]
| From | Phil Turmel <philip@turmel.org> |
|---|---|
| Date | 2016-03-30 17:00 +0200 |
| Message-ID | <ripLb-6Tm-1@gated-at.bofh.it> |
| In reply to | #1365931 |
On 03/29/2016 03:27 AM, Ajay Garg wrote: > Hi All. > > Surprisingly, I could not find this on google :-\ > > We are trying to use vanilla POSIX-socket-APIs, but we are unable to > connect if the URL is on the other side of the proxy. > Is there a socket-option wherein this would be allowed? > > I will be grateful for any pointers. This isn't a socket level operation, except to connect to the proxy. Google suggests using libproxy and/or libcurl. HTH, Phil
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web