Skip to content

Add an empty body to workaround parsoid failing requests#1343

Open
johngian wants to merge 1 commit intowikimedia:masterfrom
johngian:fix-dummy-body
Open

Add an empty body to workaround parsoid failing requests#1343
johngian wants to merge 1 commit intowikimedia:masterfrom
johngian:fix-dummy-body

Conversation

@johngian
Copy link
Collaborator

@johngian johngian commented Mar 7, 2024

Bug: T359509

// HACK: T359509
parsoidReq.body = '{}';

return hyper.get(parsoidReq)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems super strange - POST requests requrie a valid body, but GET request should require no body.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants