![Picture of kladogen Picture of kladogen](/graphics/unknown.gif)
kladogen - 2016-03-15 11:21:31 -
In reply to message 3 from kladogen
Sorry this is wrong.
What I'm trying to do is to authenticate through php to an oauth service and then download an xml file.
However what is happening is that I can authenticate with the client to the service but I cant figure out how to make an http request through the client.
For some reason if I make the http request to read the xml file through the web browser that the user authenticates with I get the xml file. But the server that called the client cant read the xml file.
So my question is : how can I read the XML file at the given URL through the oauth client?
Thanks!