http post and port != 80 without curl?
#1
Hi

If i got this right, curl is about to get removed from the pvr addon repo.
But i wonder what replaces it? For my pvr addon i need http access with the ability to send POST data, and to use ports diffrent from 80.
From what i found, it's not possible to do this with the new CFile interface. But without this functionality it's impossible for me to get any of the data i need, as they all come from a random port(most of the time 8080 and 8081, but the port is configurable).
It also expects an xml document as urlencoded post data.

How do i do this, without using curl or a similar library?
Reply

Logout Mark Read Team Forum Stats Members Help
http post and port != 80 without curl?0