planningcenter / developers

Planning Center API docs and support
https://developer.planning.center/docs/
85 stars 8 forks source link

Certain Api Endpoints seem to have some issue allowing requests from certain clients (postman) and serving a CloudFront response? #1207

Closed arctechops closed 1 month ago

arctechops commented 1 month ago

Affected Product Which product does this bug affect? Giving

Describe the bug Using a tool like postman to build some new integrations we've started seeing a strange CloudFront response from the Api. Seems strange that we're getting a response from the CDN and not an Api server? Is it filtering of a WAF or Api Gateway redirecting certain clients to CloudFront instead of routing to the Api server?

Other endpoints work just fine from Postman for instance.

Seems strange but is this some obfuscation or is it really a cloudfront response for an Api endpoint?

To Reproduce

  1. GET -> https://api.planningcenteronline.com/giving/v2/donations/180178588
  2. 403 Response from CloudFront

Expected behavior Api response with some resource

Screenshots Screenshot 2024-07-09 164309 Screenshot 2024-07-09 164421

Additional Context:

Additional context

I have..