How can I enter Username & Password for API in a GET request?
I have a simple API protected by a username & password. How do I enter the
username & password in a JSON get request?
like this?
http://ankur:secure1234@ankur1.local/index.php/api/example/users
Where ankur:secure1234 is username:password.
No comments:
Post a Comment