mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4746] [MERGED] fix: ensure GraphQL connection sends authentication headers #4919
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4919
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4746
Author: @anwarulislam
Created: 2/12/2025
Status: ✅ Merged
Merged: 2/24/2025
Merged by: @jamesgeorge007
Base:
next← Head:feat/gql-connect-auth-headers📝 Commits (4)
17f09f1fix: graphql connection not sending auth headers7b3db6dfix: sending headers on run operationc396293fix: sending inherited headers on connection4d36caffix: correctly specify inherited authorization properties📊 Changes
3 files changed (+196 additions, -99 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/graphql/Request.vue(+18 -1)📝
packages/hoppscotch-common/src/components/graphql/RequestOptions.vue(+14 -31)📝
packages/hoppscotch-common/src/helpers/graphql/connection.ts(+164 -67)📄 Description
Closes HFE-749 #4727
What's changed
This pull request addresses an issue with the GraphQL connection not sending the necessary authentication headers.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.