what is use of transform http code in servics details in Add new service
hi @Suraj_Kumar
Accoding to me, While adding a new service, Transform HTTP Code feature is used to map or modify the HTTP status code returned by a service.
For e.g.: In case of Error Handling,It helps in transforming error codes. For instance if a service returns a 500 Internal Server Error, you could transform it into a 502 Bad Gateway for better clarity
4 Likes