Hi, I want to get request from external url RESTle...
# general
a
Hi, I want to get request from external url RESTlet script, I do all steps and I am using postman to test my api. I am using the following external url: https://<ACOUNT_ID>.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=####&amp;deploy=#&amp;recordtype=######&amp;id=#### I using the below info in Headers tap in postman: Authorization: NLAuth nlauth_account=<ACOUNT_ID>, nlauth_email=<USER_EMAIL>, nlauth_signature=<USER_PASSWORD> Content-Type: application/json and using no auth in Authorization tap and I get the following error: {     “error”: {         “code”: “INVALID_LOGIN_CREDENTIALS”,         “message”: “Plaintext credentials authentication is deprecated for new restlets.”     } }
m
You need to use TBA
a
Thanks a lot my friends