Error Message": "The requested resource does not support http method 'POST'

Hi,
I’m using Outsystems application as callback URL.
And I got this error “Message”: "The requested resource does not support http method ‘POST’ when after successful login.
Can somebody help me how to fix this case?
Thank you!

Hi @iamallanjb,

Welcome to the Auth0 Community!

This error typically happens when Auth0 tries to send the response (usually a POST request) to the callback URL, but the OutSystems application is not configured to accept that POST request at the specified URL.

Can you confirm that the callback URL you’ve set in Auth0 points to an endpoint in your OutSystems app that is designed to handle POST requests? If it is not configured to handle POST requests, can you address that?

Thanks,

Mary Beth

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.