Hi 

  What's the best way to verify that the HTTP request came from 
CloudScheduler? I see that the requests have an X-CloudScheduler header 
when the scheduler issues the request. However I see that if I make a curl 
to the appengine endpoint from outside the project and specify the header 
"X-CloudScheduler: true" then the header is not stripped by appengine but 
instead converted to lower case. What is the recommended way for the 
AppEngine endpoint to verify that the cloud scheduler issued the call?


   Similarly whats the best way to verify that the HTTP request came from 
TaskService? Is checking for presence of X-AppEngine-TaskName header the 
recommended way to verify this (per 
https://cloud.google.com/appengine/docs/standard/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler
)? 

Thanks
Vish

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/483dac69-c7de-44d3-b702-fe50264a7c72%40googlegroups.com.

Reply via email to