How to get Https URL content -
i have https link requires user login & password. if run in fx this: https://usernameassword@www.example.com/link/sublink
it return xml data expected.
however, i'm trying do, automate process. try use file_get_contents in php fsocket in php
i try ajax, still.. doesn't work.
and try content (xml) either in server or in front-end (ajax), both don't work.
does know need go in order content? need obtain ssl certificate?
solution in ohter languages welcome too.
use libcurl via java bindings.
Comments
Post a Comment