Hi friends the question may be big, But Please take time to go through it. Thanks in Advance... The Problem.... In my company we have a proxy server to connect to the internet. It just happens that during daytime my Project manager is authorised to access the net but not me. I thought why not utilise my Managers connection by writing ...
Hi, I need to rewrite all 302 Moved Temporarily responses to 301 Moved Permanently responses. I have added this code in the obj.conf but still getting the 302 response - Output fn="set-variable" error="301 Moved Permanently" noaction="true" Have tried writing the above in two other ways as well - I) The above client tag right under the
I have added the ssl config to tomcat & added a security constraint on my login page to the web.xml. The ssl seems to be working fine however, I have to submit 2x on my login page. It appears that the first submit redirects the page to the ssl port, then the second time submits the page itself. How do I ...
Hi, Here is my situation. 1. I post a request on a url using PostMethod. 2. I get a response back which is 200 OK. 3. However, the response body does not have the text that I am looking for. 4. I debug using Fiddler 2 and and it shows me that when I post the first url, it in turn ...
I have a perl script that generates HTML pages (CGI App). The application runs fine for IIS but doesn't on a machine running Apache. The script does the following : 1) write Content-type header... \n 2) writes a couple of set-cookie headers...\n after each 3) write Location header followed by 2 new-lines 4) exit out of program Again, it works fine ...
Hello! I've got Skype and Sphinx4 (speech recognition engine). Skype normally sends speech to speaker. Sphinx4 normally receives speech from microphone. I'd like to change it in such a way that output of Skype would become input of Sphinx4. In other words, I've got: ( Skype -> speaker ) AND ( microphone -> Sphinx4 ) and I'd like to have: ( ...