hi guys as topic says im in need with a project to find a way to connect to a remote server likehttp://cdn.col.dk/getdata.asmx
but it gives a windows authentication login box but i need to do this with out user intervention and i know there is way usinghttp://user:pw@cdn.col.dk/getdata.asmx
but that would make it visible in the HTML code and very less secure. is there not a way to protect API site from external use and so only the webserver can use the API im looking for alternative for the above.
or is there a way i can pass the credentials with out the user knowing and seeing.
thanks regards jens