English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

That is http or https. And also is there a method to set this.

2006-12-13 16:12:36 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

It looks like on the request variable you have a request.getProtocal(). That should return you the protocal that was used on the request.

You really cannot set the protocal on the fly (it would probably be on the response and I saw nothing on the response that has a response.getProtocal()). I would imagine you'd need to forward them to an https or http page first that would force the protocal to be set.

2006-12-13 23:37:16 · answer #1 · answered by mchenryeddie 5 · 0 0

fedest.com, questions and answers