A http proxy with no dependencies running on default port 4000.
Any request to /licipoapi/proxy
will be proxied to the destination end point.
Request body should have to be wrapped in data
variable and the url should also be passed in the body.
{
"data" : <...actual body...>,
"url": "https://original-url.example.com"
}
Response body will be wrapped in data
and will have to be unwrapped.