eBay / UAF

UAF - Universal Authentication Framework
Apache License 2.0
280 stars 151 forks source link

Verify response messages on the server. #13

Closed singhanianish closed 8 years ago

singhanianish commented 8 years ago

Hi

I want to send the registration/authentication response message to the deployed server for verification.

When I use the "/public/regResponse" or "/public/authResponse" links to the server and send the response message; it always gives "405: Method not allowed" error.

I am using "/public/regRequest/{username}" to register on the server and am getting a proper request message.

Can you please help me with this? What information do I need to send to the server in the response? What command to call and how to get the return from that?

Any help is highly appreciated.

Thanks in advance.

Best Regards Anish

npesic commented 8 years ago

This is not an issue. If you look closely, regResponse, and authResponse are implemented to accept only HTTP POST method. And you were trying to call over GET.

I'll close this issue now.

Thanks, Neb.