@Bunnz said in "proxy handshake error"/"Failure when receiving data from the peer" when using proxy with Mail Module:
And proxy is working in HTTP request just fine
email ports are disallowed for these proxies.
HI.
I want to scrap data from some website and send the data to my api.
data that i scrap is products (each page has 20 products).
the best way will be to store the data into array and then send the array to my api.
but i did not found any way to save the data to array and then send the array to api.
can someone help me with this?
Thanks.