[PR #3804] [MERGED] fix: request endpoint heading #4528

Closed
opened 2026-03-17 02:03:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3804
Author: @anwarulislam
Created: 2/4/2024
Status: Merged
Merged: 2/5/2024
Merged by: @AndrewBastin

Base: release/2023.12.4Head: fix/endpoint-heading


📝 Commits (1)

  • e2d94f6 fix: refactor endpoint handling

📊 Changes

1 file changed (+6 additions, -9 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/http/Request.vue (+6 -9)

📄 Description

Closes HFE-421

Description

This PR fixes the unnecessary HTTP protocol append issue with the endpoint. Because the endpoint was not being trimmed before. Now the issue is fixed by trimming the endpoint before appending the protocol.

  • Not Completed
  • Completed

🔄 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/3804 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 2/4/2024 **Status:** ✅ Merged **Merged:** 2/5/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.12.4` ← **Head:** `fix/endpoint-heading` --- ### 📝 Commits (1) - [`e2d94f6`](https://github.com/hoppscotch/hoppscotch/commit/e2d94f68abe6e098242e8658cc9d42e491f34d4b) fix: refactor endpoint handling ### 📊 Changes **1 file changed** (+6 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/http/Request.vue` (+6 -9) </details> ### 📄 Description Closes HFE-421 ### Description This PR fixes the unnecessary HTTP protocol append issue with the endpoint. Because the endpoint was not being trimmed before. Now the issue is fixed by trimming the endpoint before appending the protocol. - [ ] Not Completed - [x] Completed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:03:24 +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#4528
No description provided.