Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sometimes getting a taste of success is all that's need to charge ahead and make technology magic. Therefore, before diving in and creating new APIs, let's make sure that the default APIs are responding correctly to incoming requests.

Get Your Motor Runnin'

Before we get too eager to test our APIs, let's make sure we have the Engine Server running. Otherwise our testing will fail quite abruptly with a connection time out response (if using a browser) or a "Unable to connect to Engine Server localhost:8088 - The attempt to connect was forcefully rejected." type of message (if using an API test utility like Postman).

It is possible to test the SRP HTTP Framework without having to go through the effort of creating any APIs. This will not guarantee that all possible configuration details have been properly updated, but at this point we just want to make sure that HTTP requests are getting received by the SRP HTTP Framework and a proper response is being sent back.

...