GCP Cloud Run requests to server blocked by server's cloudflare

I sent a api requests to the customer’s server and was identified as a robot by cloudflare of the customer’s server. How can I pass the verification of the customer’s server?

My test:

  1. Send a requests by PostMan ----> success
  2. Send a requests by GCP Cloud Run ----> failure
  3. Customer disables the cloudflare bot fight mode ----> success

Thank you.

Your request was challenged. You will have to contact your customer and ask them to configure their Cloudflare WAF to allow your requests through.

In the response you posted, you can see a cf-ray header. Send the value to your customer so they can find the request in their security event log so they can see why you were challenged.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.