Skip to main content
Ground Control | Tier 1
September 23, 2025
Solved

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

  • September 23, 2025
  • 1 reply
  • 192 views

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

    This topic has been closed for replies.
    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
    Automation Anywhere Team
    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/