Skip to main content
Solved

Is https://rpademo.automationanywhere.com/webservices/login.php down?

  • September 23, 2025
  • 1 reply
  • 32 views

Forum|alt.badge.img

Hi, team.

 

I’m taking the training course and it looks the page, https://rpademo.automationanywhere.com/webservices/login.php, is not accessible. Is the url changed or is the service down?

 

Can anyone please let me know where I can access it?

 

Regards

Best answer by Aaron.Gleason

@HongJoo71 The site is up and that web service is active, although I forgot that I built this demo!

It is accessible through a REST Web Service: Get method. This is expecting Basic Authentication, where the username is “guest” and the password is “login”

A string value is returned, which can be retrieved from the Body key at the bottom of the REST Web Service: Get, and displayed in a message box like this:

Hope that helps! If you want more practice with REST web services, visit https://rpademo.automationanywhere.com/webservices/

1 reply

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • 870 replies
  • Answer
  • September 23, 2025

@HongJoo71 The site is up and that web service is active, although I forgot that I built this demo!

It is accessible through a REST Web Service: Get method. This is expecting Basic Authentication, where the username is “guest” and the password is “login”

A string value is returned, which can be retrieved from the Body key at the bottom of the REST Web Service: Get, and displayed in a message box like this:

Hope that helps! If you want more practice with REST web services, visit https://rpademo.automationanywhere.com/webservices/