Jump to content

Send Data Via Http Headers


isimpledesign

Recommended Posts

Quick question for you guys.

 

I am collecting payment data for a product.

 

Is it possible to send data from my form via http directly into another payment form via the post http headers?

 

So say if i had all the details payment info and address info and i matched my form exactly to theirs. Is it possible to write a php script to send the data from my form directly to another websites form to make an order, say amazon or a big site like this?

 

?first_name=samuel&last_name=east&action=Submit

 

Any Help?

 

Thanks

Link to comment
Share on other sites

Quick question for you guys.

 

I am collecting payment data for a product.

 

Is it possible to send data from my form via http directly into another payment form via the post http headers?

 

So say if i had all the details payment info and address info and i matched my form exactly to theirs. Is it possible to write a php script to send the data from my form directly to another websites form to make an order, say amazon or a big site like this?

 

?first_name=samuel&last_name=east&action=Submit

 

Any Help?

 

Thanks

 

You can send it yes, but it is up to the receiving site if they want to accept it and what to do with it.  Using post, this is how you send info to PayPal, but other sites may not work the same way.  You will need to look at their developer/API docs.

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.