Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Request.Form to send custom data to web api token endpoint #17

Closed
coni2k opened this issue May 22, 2015 · 1 comment
Closed

Use Request.Form to send custom data to web api token endpoint #17

coni2k opened this issue May 22, 2015 · 1 comment

Comments

@coni2k
Copy link
Contributor

coni2k commented May 22, 2015

Currently tempToken is being sent to web api through querystring, which is bit unnecessary approach, since username & password has already being sent through request form.

@coni2k coni2k changed the title Calcuation Notes & Questions Use Request.Form to send custom data to web api token endpoint Mar 2, 2016
@coni2k coni2k removed the question label Mar 2, 2016
@coni2k
Copy link
Contributor Author

coni2k commented Mar 2, 2016

By using context.Request.ReadFormAsync() method, it was possible to read custom request.form data

@coni2k coni2k closed this as completed in 50d3b72 Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant