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

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

Docker logo

Popular topic

Docker is a platform built for developers to build and run applications.
GitHub Presente: Em Portuguese

 
Upcoming event recommended by GitHub

Feb
24

GitHub Presente: Em Portuguese

February 24, 2022 • Online

Evento virtual que reúne devs e profissionais de tech do Brasil.

 
App recommended by GitHub

Renovate

Multi-language Dependency Automation

  • Automatically update dependencies using convenient Pull Requests
  • Supports a multitude of languages including JavaScript, Java, Ruby, PHP, Python, Go, Cargo, Elixir, Docker, etc.
  • Extensive configurability. WhiteSource Renovate will fit in with your workflow, including custom grouping and schedules
  • Supports shared presets as code, similar to eslint shared configs

View WhiteSource Renovate website

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

Restyled.io screenshot

 
App recommended by GitHub

Restyled.io

Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.