Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Passing parameters to the URL
pandiani
#1 Posted : Wednesday, April 11, 2007 2:39:15 PM(UTC)
Groups: Member
Joined: 4/11/2007(UTC)
Posts: 2
Location: San Diego

In your document you state that you call appID and GUID to launch the site registered under that GUID id.
Something like
http://machinename:7756/GoToApplication.aspx?AppID=7ABEE8EC-5FFA-45f4-B881-6441D5B7C1E9

If I have parameters to pass to the site, can I just append them to the end of the URL call ?
http://machinename:7756/GoToApplication.aspx?AppID=7ABEE8EC-5FFA-45f4-B881-6441D5B7C1E9&state=CA&Country=US


Thanks,
Filippo

Ultidev Team
#2 Posted : Wednesday, April 11, 2007 3:59:26 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Filippo,

Unfortunately user's query string parameters are not passed to the application by GoToApplication.aspx. It's definitely a good idea, and we wish we thought about it before you did. We have logged it as a desirable feature and will implement it in the next release.

To work around the issue, you would have to use static port number. It's not ideal as port could be taken, but it's a perfectly workable approach until we add the feature in the next release.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Ultidev Team
#3 Posted : Wednesday, April 11, 2007 4:03:39 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
After reading your other post we realized that if your client is windows application, you could you Cassini Explorer web service (http://localhost:7756/CassiniConfigurationService.asmx) to get application's port number and avoid directing your users to GoToApplication.aspx.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Rss Feed  Atom Feed
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.