I'm developing a simple c# app that has a form - in that form is a web browser window.
I use web services to get an authentication token ..... and then I wish to open the browser at the Enterprise page of CS10 without the need to log in again.
How do I pass the token in the URL?
Thanks