
March 3rd, 2003, 08:26 AM
|
|
Junior Member
|
|
Join Date: Mar 2003
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
.NET Mob Toolkit - Forms Authentication and wtai://wp/mc URL...
Ok, here's the problem. I've got a site that uses forms authentication to log in. On one of the protected pages,i've got a dialout link coded like "wtai://wp/mc;1234567890". However, when the page is rendered to the page, FormsAuthentication attaches my security token to the link and looks
similar to this: "wtai://wp/mc;1234567890?.FORMSAUTH=1283746832..."
which consequently screws up the phone dialing out. Either it
doesnt connect, or it dials a number similar to "123 456-
789012837...". Is there a way to stop the server from attaching my
security token/cookie to EVERY url and/or only apply the token to
the links that are actually contained within my own site?
Thanks in advance!
Mark
Last edited by mjogerst : March 6th, 2003 at 04:41 PM.
|