Skip to content

Add User-Agent to web hook service

Greg Myers requested to merge gregmyers-webhook-useragent into master

What does this MR do?

Adds User-Agent to webhook service so that it doesn't get blocked by customers who filter out requests without a User Agent.

Closes: #18288 (closed)

Related to: #251227 (moved)

Use case

User-agent header not set in webhook calls -- because of our spam fighting measures, we require a user agent for all requests. Requests without user agents are summarily rejected.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

@deuley can you review this or assign it to someone who can? 🙏

Edited by Greg Myers

Merge request reports