Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a website developed with .net. I want to open a link of qvw document which has userid and password . I use the url like:http://ServerName/QvAjaxZfc/AccessPoint.aspx?open=&id=localhost%7CQVWFileName.qvw&client=Ajax?USERID...
But the passwor and userid is clear in this url, how can I hide them or scramble them or encode them or encrypt them in order to avoid user see them?
Thanks
I guess I can only give you a hint for this one.
- Can you identify a NTFS user and allow it by NTNAME on section access?
- There is a dll on the server that you could access by .net and use it to scramble a password and they send it on the URL as xPASSWORD.
I remember reading something like this, but I'm not even sure it works...
Do you have any reference and examples about XUSERID?
I can't understand the reference manual 's example....
Thanks.