A.2 Preliminary Checks from UI

This topic provides systematic instructions to launch the application and check for the basic errors.

  1. Launch the application with delegated URL.
  2. Press F12 key and select Inspect and See network.
  3. Verify that all the call responses are successful.

    Note:

    Usually Red color indicates non 2xx HTTP response.
  4. Export the trace using the Export in browsers.
    Example: The user can see the export option as shown below in Chrome.

    Note:

    The tools such as Fiddler and Wireshark can be used to get the browser to API gateway web traffic. This helps to investigate the exact request and response payloads exchanged between UI and API Gateway.