Re: [google-appengine] Stopping HTTP redirects to HTTPS

2016-05-24 Thread Vivek Singh
Thank you for helping out On Wednesday, May 25, 2016 at 1:33:38 AM UTC+5:30, barryhunter wrote: > > You dont need to configure anything for HTTPS to just be 'available'. At > least for appspot.com urls. > > They just work. > > > That code, is *for* configuring the automatic redirect, ie saying

Re: [google-appengine] Stopping HTTP redirects to HTTPS

2016-05-24 Thread Barry Hunter
You dont need to configure anything for HTTPS to just be 'available'. At least for appspot.com urls. They just work. That code, is *for* configuring the automatic redirect, ie saying you do want the to *only* use https. So just remove that code to remove the redirect! (or just change , so

[google-appengine] Stopping HTTP redirects to HTTPS

2016-05-24 Thread Vivek Singh
I recently enabled HTTPs in my projects by adding following lines in web.xml /* CONFIDENTIAL As the result all the http request will be redirected to same URL using https (LINK