The Wayback Machine - https://web.archive.org/web/20220213031735/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Database logo

Popular topic

A database is a structured set of data held in a computer, usually a server.
ZapCon

Upcoming event recommended by GitHub

Mar
8

ZapCon

March 08, 2022 • Online

This free event, sponsored by StackHawk, will be focused on up-leveling your ZAP and security automation skills

App recommended by GitHub

Hound

Hound reviews your code then comments directly in Pull Requests, helping your team maintain consistent coding style and high code quality.

Trending repository

nielswart
nielswart commented Feb 11, 2022

Issue

GET requests includes a body, which is not allowed when putting the API behind a CDN such as AWS Cloudfront. This results in a 403 error.

Looking at the request in the Medusa Client class, I see that the default payload is {}

Possible Solution

make the default payload null or undefined

async request(
    method: RequestMethod,
    path: string,
    payload: obje

Trending repository

App recommended by GitHub

Sonatype DepShield

Sonatype DepShield is a GitHub App used by developers to identify and remediate vulnerabilities in their open source dependencies.