I have been trying a few days now to get some data from a website that uses asmx post request to retrieve the data I want. I have tried with php curl, python and now with html parser and still had no luck... the post request is:
https://sports-itainment.biahosted.com/WebServices/SportEvents.asmx/GetEvents
{"champIds":["38"],"eventIds":[],"dateFilter":"All","marketsId":-1,"skinId":"betrebels"}
And after lot of tries, I found that this link provides me the data i want to get:
but when I try to open it with curl or just simple parse it with simple_html_dom it doesn't show the data; I just displays some text.. Any idea how I can get it? I have over 50 files of trying different ways with no result so it would be difficult to post my code.