Site in app engine allows downloads of PDF over HTTP but not HTTPS

78 views
Skip to first unread message

Nikos Katsikanis

unread,
Jan 19, 2019, 10:00:12 AM1/19/19
to Google App Engine
Any ideas why this works

using

runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /(.*\.(js|css|png|jpg|svg|ttf|ico|manifest|pdf))$
static_files: \1
upload: .*\.(js|css|png|jpg|svg|ttf|ico|manifest|pdf)$
# catch all handler to index.html
- url: /.*
static_files: index.html
upload: index.html


Nikos Katsikanis

unread,
Jan 22, 2019, 9:17:41 AM1/22/19
to Google App Engine
on https its just pending
Screen Shot 2019-01-22 at 15.16.30.png

Nikos Katsikanis

unread,
Jan 22, 2019, 9:23:39 AM1/22/19
to Google App Engine
app engine completely scrambles it 


On Saturday, January 19, 2019 at 4:00:12 PM UTC+1, Nikos Katsikanis wrote:
Screen Shot 2019-01-22 at 15.22.47.png

Nicolas (Google Cloud Platform Support)

unread,
Jan 25, 2019, 2:26:44 PM1/25/19
to Google App Engine

Hi Nikos,


I was able to reproduce this issue only by accessing your website’s home page first, this added a Service worker cookie to my browser which seems to be the root cause of this behavior as when removed the page https://quantumjs.com/brochures/JavaScript-Bootcamp.pdf loads correctly.


If you have further questions please note that you would have better assistance from the community by posting in StackOverflow, where you will receive more visibility, resulting in a faster resolution.


The purpose of Google Groups is intended for general discussion about our products.


Nikos Katsikanis

unread,
Jan 26, 2019, 9:43:24 AM1/26/19
to Google App Engine
ok thx
Reply all
Reply to author
Forward
0 new messages