I’m calling the API of a third party, and have to pass the credentials as parameters in a HTTPS URL. Is that safe?
Basically I am doing a GET on this URL from SAP:
https://www.thirdparty.be/webservices.php?m=get_private_information&o=json&u=username&p=password
The third party webservice does use IP-whitelisting, and they have whitelisted o… Continue reading I’m calling the API of a third party, and have to pass the credentials as parameters in a HTTPS URL. Is that safe?