EN VI
Posts (0)
Questions (2)
2024-03-11 03:00:07
You're missing the upload parameter required by your program. if ($cgi->param('upload')) { Your form has a button which sends upload=Upload. But you're not sending it with curl.
Tags: perl curl
2024-03-15 05:00:09
As specified in the documentation for REST::Client, just pass a custom user agent to the constructor, like so: use LWP::UserAgent; use REST::Client; my $ua = LWP::UserAgent->new; $ua->ssl_opts(...
Tags: perl ssl

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login