mirror of
https://github.com/proxmoxer/docs.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #274] Description for Content-Type and Authorization headers not disabled despite docs #73
Labels
No labels
CodeDay
enhancement
pull-request
testmu
testmu
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docs#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yousefmarey12 on GitHub (Jan 9, 2025).
Original GitHub issue: https://github.com/hoppscotch/docs/issues/274
Originally assigned to: @SanskritiHarmukh on GitHub.
Hello,
The issue is pretty simple. Despite what the docs say, Authorization and Content-Type description headers are not disabled. The docs say that they are.
Steps to reproduce:
Go to docs
Read the note below the table
Open hoppscotch headers
Observe that they are not disabled.
@SanskritiHarmukh commented on GitHub (Jan 9, 2025):
Thank you for pointing this out! It seems the note is missing the term "auto-generated," which is key to clarifying the behavior. When the Authorization and Content-Type headers are set through their respective fields, the description field for these headers becomes auto-generated and is therefore disabled for manual input. I'll make the necessary edits to the documentation and create a PR to address this.