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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -