I want to add some authentication to my odata service. The authorization token i want to include in the url as param so that the url can be used in excel
How would one be able to receive and parse any addition param supplied in the url before the odata service does it's thing?
(i'm using entitie framework and wcf dataservices)