Hi!
I am building a single sign on solution that uses tickets to validate logins. A user wants to log in and is assigned a ticket, now the user has to validate this ticket and therefore goes to a validationpage with the ticket as a querystring. If the ticket is validated properly the validation site returns the username in xml form, like this:
user@online.no
The validation request happens from one server while the validation and xml reply comes from the validation server. My question is how can I retrieve the for example? If the validation is sucsessful then this is all I need.. I have code for it in asp.net but cannot seem to find anything equivalent to the httpwebrequest that you can perform in asp.net.. Any help is very much appreciated!!
Comments
:
: I am building a single sign on solution that uses tickets to
: validate logins. A user wants to log in and is assigned a ticket,
: now the user has to validate this ticket and therefore goes to a
: validationpage with the ticket as a querystring. If the ticket is
: validated properly the validation site returns the username in xml
: form, like this:
:
:
:
: user@online.no
:
:
:
:
: The validation request happens from one server while the validation
: and xml reply comes from the validation server. My question is how
: can I retrieve the for example? If the
: validation is sucsessful then this is all I need.. I have code for
: it in asp.net but cannot seem to find anything equivalent to the
: httpwebrequest that you can perform in asp.net.. Any help is very
: much appreciated!!
:
:
Check w3schools.com to find out how to send a http request in asp.net.
[B][link=http://expert.myitcareer.org/]Freelance Programmer[/link]|[link=http://myitcareer.org/]Interview Question And Answer[/link][/B]
: :
: : I am building a single sign on solution that uses tickets to
: : validate logins. A user wants to log in and is assigned a ticket,
: : now the user has to validate this ticket and therefore goes to a
: : validationpage with the ticket as a querystring. If the ticket is
: : validated properly the validation site returns the username in xml
: : form, like this:
: :
: :
: :
: : user@online.no
: :
: :
: :
: :
: : The validation request happens from one server while the validation
: : and xml reply comes from the validation server. My question is how
: : can I retrieve the for example? If the
: : validation is sucsessful then this is all I need.. I have code for
: : it in asp.net but cannot seem to find anything equivalent to the
: : httpwebrequest that you can perform in asp.net.. Any help is very
: : much appreciated!!
: :
: :
: Check w3schools.com to find out how to send a http request in
: asp.net.
: [B][link=http://expert.myitcareer.org/]Freelance
: Programmer[/link]|[link=http://myitcareer.org/]Interview Question
: And Answer[/link][/B]
I know how to do it in asp.net, i would like to know how to do it in asp
: I know how to do it in asp.net, i would like to know how to do it in
: asp
:
check this :
http://www.4guysfromrolla.com/webtech/110100-1.shtml