httpapplication

Reading a Post request from a user HttpApplication

Hi, I've been messing about with HttpApplication app = (HttpApplication)source; Is there some way of the server identifying if the request is get or post. Basically i want to create an if statement and if the request is a GET it jumps into the if statement, if its a post it doesnt. Anyone? ...

retrieving http post information from a request C# HttpApplication question

Simple one here As I make a post request I wish to receive the header information of that post request Say this is the information posted as in the request header ApplicationId=13dcsf39-dsf4ec-4sc79-95csfd0-0a0215807a9e&RoleId=03sfe144c3-c4fsf0-45sfff-bf8sf0-92e222df084da7&RoleName=CGDESIGN&LoweredRoleName=cgdesign I wish to get thi...