-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: introduce fetch config for site to use custom headers #585
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This PR will trigger a minor release when merged. |
# [@adobe/spacecat-shared-data-access-v2.4.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.3.1...@adobe/spacecat-shared-data-access-v2.4.0) (2025-02-17) ### Features * introduce fetch config for site to use custom headers ([#585](#585)) ([10a2892](10a2892))
🎉 This PR is included in version @adobe/spacecat-shared-data-access-v2.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [@adobe/spacecat-shared-utils-v1.32.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.31.1...@adobe/spacecat-shared-utils-v1.32.0) (2025-02-17) ### Features * introduce fetch config for site to use custom headers ([#585](#585)) ([10a2892](10a2892))
🎉 This PR is included in version @adobe/spacecat-shared-utils-v1.32.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Introduce new fetchConfig to be able to add custom headers, like User-Agent, per site.
We need this as the fetch operation does not work for all sites with the same User-Agent.