I am using the 'get url' action to dial a Yealink phone.
After rebooting the phone, I can dial 2 times successfully.
The third dial is unsuccessful and the phone is locked.
- I have been working with Yealink support for over a month and now after submitting a diagnostic report to their R&D dept I received the following response.
""Enter this format in the address bar, username:password@ will be automatically filtered out by the browser, and the sent request does not contain Authorization, so the authentication fails.
You need to use the way the request carries Authorization information in the header.(You might need to figure out how to put the authorization information in the header on your tool)
_
(The browser address bar triggers the push method. Currently, due to the update of industry security rules, the browser may gradually no longer support it in the future.)""
Does anyone know how to build a 'string' I could put into the 'get url' action that would have the 'basic' authorization in it?
This is the string that I am currently using that is erroring on the third dial is:
http://admin:admn314301045pwd@10.0.2.33/servlet?key=number=102&outgoing_uri=101@sip131-1100.ringcentral.com
The goal as I see it is to:
"You need to use the way the request carries Authorization information in the header.(You might need to figure out how to put the authorization information in the header on your tool)"