[PR #2528] [MERGED] fix: curl parser x-www-form-urlencoded body parsing #3871

Closed
opened 2026-03-17 01:27:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2528
Author: @kyteinsky
Created: 7/24/2022
Status: Merged
Merged: 7/28/2022
Merged by: @AndrewBastin

Base: mainHead: fix/curl-parser-x-www-body


📝 Commits (1)

  • f96d3ab fix: curl parser x-www-form-urlencoded body parsing

📊 Changes

2 files changed (+33 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/helpers/curl/__tests__/curlparser.spec.js (+31 -0)
📝 packages/hoppscotch-app/helpers/curl/curlparser.ts (+2 -1)

📄 Description

x-www-form-urlencoded body is parsed correctly now with/without content-type header provided.
Solves #2424


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2528 **Author:** [@kyteinsky](https://github.com/kyteinsky) **Created:** 7/24/2022 **Status:** ✅ Merged **Merged:** 7/28/2022 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `main` ← **Head:** `fix/curl-parser-x-www-body` --- ### 📝 Commits (1) - [`f96d3ab`](https://github.com/hoppscotch/hoppscotch/commit/f96d3abbbeda10bc55a70d562755e610c60f378f) fix: curl parser x-www-form-urlencoded body parsing ### 📊 Changes **2 files changed** (+33 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/helpers/curl/__tests__/curlparser.spec.js` (+31 -0) 📝 `packages/hoppscotch-app/helpers/curl/curlparser.ts` (+2 -1) </details> ### 📄 Description x-www-form-urlencoded body is parsed correctly now with/without content-type header provided. Solves #2424 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:27:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3871
No description provided.