flask-sslify icon indicating copy to clipboard operation
flask-sslify copied to clipboard

Support for Google App Engine

Open pavelkraleu opened this issue 9 years ago • 3 comments

Backend tasks shouldn’t be redirected to SSL

pavelkraleu avatar Feb 08 '16 19:02 pavelkraleu

These are App engine headers added only to backend (cron) tasks https://cloud.google.com/appengine/docs/python/taskqueue/overview-push?hl=en#task_request_headers https://cloud.google.com/appengine/docs/python/config/cron?hl=en#Python_app_yaml_Securing_URLs_for_cron

pavelkraleu avatar Feb 08 '16 19:02 pavelkraleu

is this going to be merged? Seems like a straight forward change.

Edit - This works fine for my use case sslify = SSLify(app, skips=['mypath', 'anotherpath']) since my cron jobs only hit end points that aren't public

mritchie712 avatar Nov 10 '17 17:11 mritchie712

@pavelkraleu if you'd resolve the merge conflicts, I can go ahead and merge your changes, thanks 👍

Projjol-zz avatar Feb 14 '19 14:02 Projjol-zz