Add custom param to odata url
Posted
by Toad
on Stack Overflow
See other posts from Stack Overflow
or by Toad
Published on 2010-06-13T05:39:15Z
Indexed on
2010/06/13
5:42 UTC
Read the original article
Hit count: 323
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)
© Stack Overflow or respective owner