Awesome q2a theme

Sending post requests through curl using proxy. Feasible?

0 like 0 dislike
42 views
There is hosting, and it website. The site has a php script that uses curl — prehistory

So, there is a request for prohibited in Russia address. The query uses curl with proxy via:
curl_setopt($ch, CURLOPT_PROXY, 'xx.xx.xx.xx:xxxx');

But this method is not working. How to make it work?

Well, of course the hosting blocks access to the address. But can we ignore the moment?
by | 42 views

2 Answers

0 like 0 dislike
Try to specify in CURL proxy type SOCKS5
by
0 like 0 dislike
fiddler and forth
by

Related questions

0 like 0 dislike
1 answer
asked Apr 13, 2019 by Formula_1
0 like 0 dislike
3 answers
0 like 0 dislike
2 answers
0 like 0 dislike
2 answers
asked Apr 13, 2019 by Deissh
110,608 questions
257,187 answers
0 comments
40,796 users