i have added callback url which will be called by jira. but how do i verify that is called from jira.
is there any thing like token or certificate i need to verify
Jira does not support this. Ideally, this is done by sanding a crypto/secure-hash of the payload in the request headers. Atlassian should add this to their product roadmap. (You can try Beeceptor.com to review HTTP headers Jira is sending.)
In the absence of it.
Ankit
Hello @Abhinand Harshetty ,
I am not sure I have a correct understanding of what you are asking.
However, if you want to check whether or not a Webhook is correctly triggered, you can use beeceptor.com or webhook.site to verify this:
If this is not what you were trying to do, please provide more details.
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
He means anyone can call the endpoint thus mess up with the data, how to verify the request is genuine?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.