Click here to Skip to main content
15,905,874 members
Home / Discussions / Web Development
   

Web Development

 
QuestionSimulate Alt+Down Arrow using javascript Pin
Anudeep Jaiswal6-Aug-08 21:59
Anudeep Jaiswal6-Aug-08 21:59 
AnswerRe: Simulate Alt+Down Arrow using javascript Pin
Perspx6-Aug-08 23:08
Perspx6-Aug-08 23:08 
QuestionWebservice on Multiple servers Pin
balu123456-Aug-08 6:25
balu123456-Aug-08 6:25 
QuestionIE6.0: Operation Aborted Error Messge Pin
flyingfalcon6-Aug-08 0:54
flyingfalcon6-Aug-08 0:54 
AnswerRe: IE6.0: Operation Aborted Error Messge Pin
Shog96-Aug-08 4:56
sitebuilderShog96-Aug-08 4:56 
GeneralRe: IE6.0: Operation Aborted Error Messge Pin
neilmajithia12-Aug-08 1:42
neilmajithia12-Aug-08 1:42 
QuestionAjax: Showing ModalPopupExtender without OkControlID. Pin
K V Sekhar5-Aug-08 18:50
K V Sekhar5-Aug-08 18:50 
AnswerRe: Ajax: Showing ModalPopupExtender without OkControlID. Pin
Shog96-Aug-08 5:38
sitebuilderShog96-Aug-08 5:38 
QuestionPerl Pin
ctrlnick5-Aug-08 13:00
ctrlnick5-Aug-08 13:00 
Questionmy code does not work in fire fox Pin
mostafarastgar5-Aug-08 2:47
mostafarastgar5-Aug-08 2:47 
AnswerRe: my code does not work in fire fox Pin
Johnny ²5-Aug-08 3:16
Johnny ²5-Aug-08 3:16 
GeneralRe: my code does not work in fire fox Pin
Shog95-Aug-08 3:46
sitebuilderShog95-Aug-08 3:46 
AnswerRe: my code does not work in fire fox Pin
Shog95-Aug-08 3:48
sitebuilderShog95-Aug-08 3:48 
AnswerRe: my code does not work in fire fox Pin
MoustafaS10-Aug-08 10:38
MoustafaS10-Aug-08 10:38 
QuestionMake Sub Request ???????? Pin
Feras Mazen Taleb5-Aug-08 0:32
Feras Mazen Taleb5-Aug-08 0:32 
AnswerRe: Make Sub Request ???????? Pin
stevio5-Aug-08 1:05
stevio5-Aug-08 1:05 
You may find that users will be rather surprised if you start sending their usernames and passwords to another domain (and with good reason). The fact that the other site doesn't give a mechanism to do this also suggests that it may not be a good idea. If you have control over the koko site, you'd probably be better off implementing a robust authentication system (or hosting the application on that domain/machine).

If you do that request from the client, what you'd be doing is handing off authentication control to the client, which means it's very insecure (ie. you trust the client to send the request to the right place, and you trust that the "Yes" answer isn't just made up by modifying the client script). Really don't do this.

To do it on the server side would allow some control over the authentication, but the method to do it would depend on what languages and technologies you use on the server side. Essentially all you'd be doing is a GET request with the parameters as sent from the user, and checking the response for Yes/No.
GeneralRe: Make Sub Request ???????? Pin
Feras Mazen Taleb9-Aug-08 5:15
Feras Mazen Taleb9-Aug-08 5:15 
GeneralRe: Make Sub Request ???????? Pin
neilmajithia12-Aug-08 1:50
neilmajithia12-Aug-08 1:50 
QuestionIE8 Beta Testers Pin
neilmajithia4-Aug-08 6:18
neilmajithia4-Aug-08 6:18 
AnswerRe: IE8 Beta Testers Pin
Paul Conrad4-Aug-08 6:19
professionalPaul Conrad4-Aug-08 6:19 
GeneralRe: IE8 Beta Testers Pin
neilmajithia4-Aug-08 6:23
neilmajithia4-Aug-08 6:23 
JokeRe: IE8 Beta Testers Pin
Perspx4-Aug-08 6:25
Perspx4-Aug-08 6:25 
GeneralRe: IE8 Beta Testers Pin
Paul Conrad4-Aug-08 6:30
professionalPaul Conrad4-Aug-08 6:30 
AnswerRe: IE8 Beta Testers Pin
Shog94-Aug-08 6:34
sitebuilderShog94-Aug-08 6:34 
GeneralRe: IE8 Beta Testers Pin
neilmajithia4-Aug-08 22:10
neilmajithia4-Aug-08 22:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.