Jump to content

Problems submitting a POST form in CURL


dpacmittal

Recommended Posts

I have this perl/CGI script which converts HTML to BB code. It works fine, I've checked it.

 

Now when I use curl to submit the form using POST data to that script, the POST data breaks. I mean, it breaks at <p style="padding:5px.

 

The data before that is submitted perfectly. Its obvious that there's a semi-colon after padding:5x which is breaking the POST data.

 

How can I resolve this issue?

Link to comment
https://forums.phpfreaks.com/topic/160247-problems-submitting-a-post-form-in-curl/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.