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

Set User-Agent header on all outbound requests #2834

Open
1 of 4 tasks
dbluhm opened this issue Mar 12, 2024 · 0 comments
Open
1 of 4 tasks

Set User-Agent header on all outbound requests #2834

dbluhm opened this issue Mar 12, 2024 · 0 comments

Comments

@dbluhm
Copy link
Contributor

dbluhm commented Mar 12, 2024

This is a successor to #2781 which addressed missing (or default) User-Agent headers causing 403 errors with some domains. Notably, some services block requests from default User-Agents from certain origins. #2781 specifically addressed this for JSON-LD context loading. This issue captures the intent to add User-Agent headers to all of our outbound requests.

Outbound Requests:

  • JSON-LD Document loader
  • DIDComm Message delivery
  • Webhooks
  • Others?

It may be desirable to make the specific user agent used by ACA-Py configurable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant