Can I simulate or "fake" form submit action by sending same headers to server like browser do? I'm not sure if it is need to send something else except of headers. Where can I see which headers were sent by browser and how to send them with PHP? Thank you.
You can use cURL for this porpose. cURL example using php, you can see here.
For POST request http://beamtic.com/curl-http-post-requests
For GET request http://beamtic.com/curl-http-get-request
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With