Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^7: LWP: transfer from Python to Perl

by Anonymous Monk
on Jan 11, 2018 at 20:59 UTC ( [id://1207134]=note: print w/replies, xml ) Need Help??


in reply to Re^6: LWP: transfer from Python to Perl
in thread LWP: transfer from Python to Perl

Thanks a lot hippo for your patience and your help !!!!!!!!!

I just could solve my issue now!

It seems that the server checked some information which was sent with the previous get. In python the get and the following post were done with the same agent. In perl I used LWP::Simple for the get and LWP::UserAgent; for the POST. This I was changing now and now it works. (Or I changed something which I am not aware by doing this change. The GET sent before the POST is now for sure different, in the response I see no difference between the two versions)

But without your help I would not have manged (at least not in this short time) to get the POST done fully in the needed way.

Thanks a lot !!

  • Comment on Re^7: LWP: transfer from Python to Perl

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1207134]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-26 09:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found