Hi how can I rewrite the URL from
/context/somerandomtoken/root;id=randomid
to this:
/context/root;id=randomid
then adding a request header: Token : somerandomtoken where somerandomtoken is the value in the path of the original request.
Hi how can I rewrite the URL from
/context/somerandomtoken/root;id=randomid
to this:
/context/root;id=randomid
then adding a request header: Token : somerandomtoken where somerandomtoken is the value in the path of the original request.