Is it possible to have a HTTP trigger for two different HTTP methods on the same URL? #6158
Replies: 1 comment
-
never mind it was my mistake. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im building a flow that accepts Okta event hooks.
In order for Okta to send events to my webhook it needs to verify the URL using a GET request with some special header on the same URL where its going to post the events.
I was not able to make the same URL path with different methods even though I think it should be possible.. Is it possible?
I basically need to process GET and POST on the same URL path and handle them differently .
Beta Was this translation helpful? Give feedback.
All reactions