Encrypting/encoding of API key? #259
-
Hey, I'm trying to set up Faro with an existing application and see that the Api Key is sent unencoded in the header of the request. If someone copies this they could flood our servers with malicious requests. I searched the docs but couldn't find anything related to this. Is this the only option to communicate with the Agent? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Vote up for that topic |
Beta Was this translation helpful? Give feedback.
-
Hi @adamk9k The Api Key is a discriminatory key that we need rather than something super secret. Access to the endpoint is protected by the the api key (static header), the CORS policy, rate limiting and the payload size limit? Cheers, /cc @cedricziel |
Beta Was this translation helpful? Give feedback.
Hi @adamk9k
Payload sizes may vary for several reasons like:
At the moment there is an upper limit whic…