question

Upvotes
19 0 1 3

R code Authentication for RDP API

I have a cleint hwo is using R code to login using his machine ID.


When I use Postman and Python, I am able to use the same password success fully to authenticate but when the cleint uses it on his side it gves him Invalid Username or Password error.


I did get similar error initially after setting the cleint password but afetr working with internal team it was understood that the issue was due the ‘£’ in the password , once the password was set was excluding‘£’ . it worked for me on postman and python. But the cleint is still receiving the same error

#technologyrdp-apiauthenticationrr-studio
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
24.8k 64 15 21

Hello @bindia.nair,

Not sure why using £ should cause a password issue - it is not a special character in R. What is the code that client is using in R.

You can ask the client to try out the authentication code given in this answer.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.