Create Requests
To create a new ISO
request for an Interceptor:
- Select the
ISO
type Interceptor and click "New Request" on hover to create a request. - Navigate to the created request & select it to configure.
- User can see two url boxes, first one is dynamically created Interceptor url and the other one will be the client url.
- Client url can be any valid url which will return the expected response.
- Now Choose the appropriate ISO methods for these URLs.
- Provide
Spec
file for client url. - Provide necessary data (port, body, headers,rules) if required.
- Port dynamically assigns to interceptor url when interceptor starts.
- Save the configured request and Start the Interceptor.
Example : Let's create an Interceptor request Transaction
which will take url of Transaction request as second url, simulated in Hostbox module.
Test Request
To test an ISO Interceptor request:
- Copy endpoint & port value of the request.
- Go to the API tab , select ISO format and paste the copied data.
- Provide any required data (body, headers etc) and execute the request.
- Select
Spec
from Spec submenu before an ISO request execution.
Repeat these steps for different requests within the Interceptor to thoroughly test your Rest APIs efficiently.
- After executing requests, users can access the Analytics submenu for in-depth analysis and insights.