Http request
-
do anybody know how this http request works ?
by the looks of it this block have two methods
post and get
and if i am not wrong then the post method is used to send a query to a url and the get method is used to receive the request ,but lets say if i want the ea to receive certain data from the website , then do i need to do any coding on the website end ??
let say i want to send a value from website to the ea , and after receiving the value the ea compare this value using the condition block , how can this be achieved?
i can seem to find the starting point -
-
@l-andorrà
by the looks of it i will need some kind of php programming knowledge to handle that web request made by the ea , right ? -
AFAIK, yes, you will, I'm afraid.