HTTP web request
-
Hello everyone,
I wanted to understand where this process is wrong.-
I created a .php file (photo 2) and posted on the website. In the highlighted area I enter email and account number that web request must check.

-
I entered http request on on init (daily check) and I entered a run block for on tick

key1 takes it from account
key2 is an input constant that must be entered when you turn on the EA
I think there is an error somewhere, do you know how to fix it? -
-
@alex222 Non conosco il php ,puo' essere che le due variabili siano invertite? Email-account nel file php ,account-email nel blocco?
-
I haven't thought about it, I try it
-
@miki no, it doesn't work.
Do you know another method? -
@alex222 I don't know php, but for good or bad,the programming languages are similar in some ways. Having taken the 2 input variables, you must first cycle the array with a For loop and compare its contents. My knowledge goes no further.