I am writing a Web API to handle some request. The request url schema is fixed. I cannot modify it. So I have to collect all the necessary info from places like:
- query string
- headers
- cookie
- web form post data
How can I access all these locations within a Web API action method?