Hi
When I am trying to access gateway using url https://my-gateway.com:7443 then request.url property on the gateway gives https://my-gateway.com:7443/ .
Slash ("/") gets appended automatically. Can you please help on this?
Hi
When I am trying to access gateway using url https://my-gateway.com:7443 then request.url property on the gateway gives https://my-gateway.com:7443/ .
Slash ("/") gets appended automatically. Can you please help on this?
By default, API Gateway doesn't open port 7443.
If you want to use port 7443, you must configure "Manage Listens Ports".
Menu -> Tasks -> Transports -> Manage Listens Ports.
Also, if you open port 7443 in "Manage Listens Ports", the above matter doesn't happen.
It seems there is the reason in your WEB environment.
If you want help, you can contact to CA support.
Dear gulativivek ,
What's the version of you gateway, on my gateway9.2, the ${request.url} doesn't append slash at the end.
Anyway, if you have to remove it, you can use Evaluate Regular Expression assertion,
Regards,
Mark
Hi
I could have used regular expression to ignore slash but then I would not have been able to distinguish between https://my-gateway.com:7443 and https://my-gateway.com:7443/ requests.
I am using gateway 9.1
By default, API Gateway doesn't open port 7443.
If you want to use port 7443, you must configure "Manage Listens Ports".
Menu -> Tasks -> Transports -> Manage Listens Ports.
Also, if you open port 7443 in "Manage Listens Ports", the above matter doesn't happen.
It seems there is the reason in your WEB environment.
If you want help, you can contact to CA support.