Hello,

302 error status can occur for various reasons, and from what I have found, 
it could be the configuration for security constraints 
<https://issuetracker.google.com/35889197#comment7> or the handlers in the 
app.yaml file 
<https://stackoverflow.com/questions/52563226/app-engine-task-queue-handler-throws-302-error>.
 
Here is another StackOverflow post 
<https://stackoverflow.com/questions/52119809/google-app-engine-302-status-task-queues-in-production-only>
 
indicating not to redirect from HTTP to HTTPS unless filtering Task Queue 
requests.

Note that Task Queue is considered to be superseded App Engine service and 
is no longer a recommended solution 
<https://cloud.google.com/appengine/docs/standard/python/taskqueue>. 
Considering that you are using GAE Standard in Python 2, it is recommended 
that you migrate to Python 3.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8ed78ce8-16ef-42b4-94ef-742cdbd2c32d%40googlegroups.com.

Reply via email to