HTTP request problem
-
I made a very simple http request EA to test this, but I can't seem to make it work.
I just have two blocks to run this test, but nothing is stored in the db.
When I write the url in my browser and setting the end part to: test.php?pair='EUR/USD' then it is entered to the db.
But when making an order in MT4 nothing seems to send the POST to the specified address. Is there something else I need to do to make it work?
I have the address added to the Allow WebRequest in MT4 as well.Any clues?

-
Haven't anyone here an idea what could be wrong?
Didn't anyone do something similar that is working? -
You must add the domain name somewhere in the options of MetaTrader
-
Yes, it's already added in the Allow Web request area. But it isn't working.
-
I found the error. I had this placed in the "on tick". I moved it to "on trade" and now it sent the http request.