Answer the question
In order to leave comments, you need to log in
How to send a POST request using Internet Explorer's COM Automation?
I send GET requests like this:
<?php
$browser = new COM("InternetExplorer.Application");
$browser->Navigate("habr.ru");
I would like to learn how to send POST requests, (and add REFERER if necessary).
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question