Skip to content
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

Allow configuring headers in outbound push #9799

Open
witash opened this issue Feb 19, 2025 · 2 comments
Open

Allow configuring headers in outbound push #9799

witash opened this issue Feb 19, 2025 · 2 comments
Assignees
Labels
Type: Feature Add something new

Comments

@witash
Copy link
Contributor

witash commented Feb 19, 2025

Outbound push may sometimes require different HTTP headers such as User-Agent; currently its not possible to add or change HTTP headers other than authorization.

Allow headers to be added or changed in configuration like

        "headers": {
          "User-Agent": "CHT-Integration/1.0 libwww/2.17b3"
        },
@witash witash added the Type: Feature Add something new label Feb 19, 2025
@witash witash self-assigned this Feb 19, 2025
@gitcliff
Copy link

@mrjones-plip
Copy link
Contributor

@witash - I think not setting a user agent is bug (per the forum that inspired this ticket).

Maybe more tightly scope this ticket to just be:

Add user-agent header to outbound push

I can't see a need for additional headers just yet - do you know of a need?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Add something new
Projects
None yet
Development

No branches or pull requests

3 participants