You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm monitoring an API that requires Basic Authorization (username and password). As I didn't see a way to utilize this type of authorization within ping-api, I attempted to use Basic Auth by passing it in the Request Headers. However, the 'Value' field is limited to 100 characters whereas my encoded auth is 138 characters.
The text was updated successfully, but these errors were encountered:
I'm monitoring an API that requires Basic Authorization (username and password). As I didn't see a way to utilize this type of authorization within ping-api, I attempted to use Basic Auth by passing it in the Request Headers. However, the 'Value' field is limited to 100 characters whereas my encoded auth is 138 characters.
The text was updated successfully, but these errors were encountered: