I want to add some context paramters to my odata service. The parameters i want to include in the url as param (after the service name) 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 Olingo)