Hi experts,
Can anyone tell me how to make the following curl call using a libcurl POST?
#curl -d "<root><item>1</item><item>2</item></root>" --cert cert.pem:password --cacert root.pem https:...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21760874.html
Zones:
C++Date Answered: 03/07/2006 Grade: B Views: 0
Ok I want the script to access http://www.example.com/index.php.
Once it accesses it I want to get the redirected URL, so it if redirects to http://ww.example.com/main.php then
$remote_url_redir...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20835519.htm...
Zones:
PHPDate Answered: 12/28/2003 Grade: B Views: 0
I'm using the libcurl library with Perl, and have a need to use multiple curl handles. For example:
-----
#!/wms/bin/perl
use WWW::Curl::easy;
my $curl1 = WWW::Curl::easy->new();
my $cur...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21327869.html
Zones:
PerlDate Answered: 03/04/2005 Grade: B Views: 5
Does anyone have a simpe PERL script that calls libcurl command and print the output.
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_22712116.html
Does anyone LWP capbilities when it comes to using it as HTTP client. Is it easier or better the CURL/LIBCURL?
I am trying to decide between using LIBCURL and LWP in perl scripts to communicate ...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_22712122.html
OK, this applies to both OS: windows and linux.
i'm trying to open a URL, and display its contents on the console. much like wget would do, only simpler.
basically i need some code to perform...
http://www.experts-exchange.com/Programming/Languages/C/Q_21184696.html
Zones:
CDate Answered: 11/02/2004 Grade: A Views: 0
Hello,
I'm using libcurl within my C program to check the status the site when I make the url request. The problem that I'm having is that I can't figure out how to get it to a error if the site...
http://www.experts-exchange.com/Programming/Languages/C/Q_23319026.html
Zones:
C,
C++Date Answered: 04/13/2008 Grade: A Views: 0
When I try to compile and application using the libcurl, I get an "Unresolved external" error.
example:
[Linker Error] Unresolved external '_curl_easy_init' referenced from C:\--file structure-...
http://www.experts-exchange.com/Programming/Languages/C/Q_20508388.html
Zones:
CDate Answered: 02/11/2003 Grade: B Views: 0
I'm using libcurl in my perl application to download some web sites. I need to know what IP address those web sites resolve to, to know the specific IP that my curl code is hitting. Is there any wa...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21859890.html
Zones:
PerlDate Answered: 06/22/2006 Grade: B Views: 0
Hi!
Apparently I don't have libcurl support in PHP. The function curl_init() does not work. I'm sure I have libcurl installed, but not enabled for php.
I'm wondering if anyone knows what to d...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21951975.htm...
Zones:
PHPDate Answered: 10/10/2006 Grade: A Views: 23