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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -