Jump to content

Curl Question


Hate

Recommended Posts

I'm trying to automate with php and the form I need to submit has a post call with hidden inputs.

 

How do I mimic a post call to another page with the hidden inputs using curl? The hidden inputs has to be carried over to the next page so I can continue the process though.

Link to comment
Share on other sites

I'm trying to automate with php and the form I need to submit has a post call with hidden inputs.

 

How do I mimic a post call to another page with the hidden inputs using curl? The hidden inputs has to be carried over to the next page so I can continue the process though.

 

Just include the names of the hidden fields in your cURL post parameters.  I've never done this, but it should work.  Do you not know how to see the names of the hidden post fields?  If not the web developer plugin for firefox is great or just view source and search.

Link to comment
Share on other sites

I'm trying to automate with php and the form I need to submit has a post call with hidden inputs.

 

How do I mimic a post call to another page with the hidden inputs using curl? The hidden inputs has to be carried over to the next page so I can continue the process though.

 

Just include the names of the hidden fields in your cURL post parameters.  I've never done this, but it should work.  Do you not know how to see the names of the hidden post fields?  If not the web developer plugin for firefox is great or just view source and search.

 

I know how to view the source and see what I need.. I just didn't know if there was a special way to send hidden inputs. I've never really used them before, so I should just be able to add them as post parameters? I'm not entirely sure how to do that though.. can you post an example?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.