Custom Request URLs
For a request, PruTAN can generate a shareable link, and — in the Sandbox and Interceptor modules — let you assign a memorable custom URL (alias) that routes to that request. These options live in the request's URL options menu (the chevron next to the URL field).
Copy Link
Copy Link generates and copies a shareable link to the current request to your clipboard. It is available from the URL options menu across modules.
ctrl/cmd + U generates and copies the request
link.Manage Custom URL
For REST requests in the Sandbox and Interceptor modules, the URL options menu also includes Manage Custom URL. This lets you give the request a readable alias instead of relying on the system-generated link.
Open Manage Custom URL from the URL options menu. The dialog shows:
- The request (method and name) and its actual URL, with a copy button.
- A Custom url field where you type your alias. The field shows the base address your
alias is appended to (for example
https://app.prutan.com/prutan/core/router/HBA/…), with its own copy button.
Enter an alias and click Save. After saving, use the copy button next to the custom URL to copy the routable alias link.
- Clearing the custom URL field and saving removes the alias.
- The custom URL is saved against the request, so it resolves to the same endpoint for anyone who uses it.