Hello,
I'm calling data using this API
localhost:17778/.../QueryCan you help on how can i pass my username and PW within the call.
"Basic auth" with username/pass
Thank you for your reply , i need the format on how to pass it in the URL
localhost:17778/.../Query ....(need the format here)
I'd recommend either search basic auth (https://swagger.io/docs/specification/authentication/basic-authentication/) or generate it from a postman or scripting tool or something. It's encrypted creds so cant really give you an answer straight up
will do, thank you for your help