I have a question on HTTP Event Collector design.
In my previous experience, every time I had to use an API for communication I would have to first supply my login credentials to generate a token, which then I could use for authentication for any actual API calls.
In the Event Collector, I have to setup a **FIXED** token which never expires, and which I cannot change (aside from creating a new entry in the Event Collector). Why was this designed in such a way, and the token is fixed and indefinite?
↧