I have a standard MVC API OData enabled service
which works under anonymous authentication. I would like to pass a web API key to the application...which works fine when added through code or postman..
Unfortunately my users would prefer to use Excel
and I can't I find anywhere in Excel to enter this data...
I've checked Fiddler
and Excel
is not even trying to send data to the client and I am trapped in one of the errors below.
What is a valid key in Excel and how do it enter it?