Hello,
i wanted to redirect from an ords-POST-Request to another URL by setting the X-ORDS-FORWARD-Variable but I got an http-500:
SEVERE: Handler for: POST /ords/bla/blupp/import/test1 attempted to forward request to: http://server1/blabla which is not permitted because it lies outside the context path of: http://server1/ords/bla/
Aug 25, 2020 3:08:20 PM
SEVERE: null
InternalServerException [statusCode=500, reasons=[]]
at oracle.dbtools.http.forwarding.ForwardingFilter.doFilter(ForwardingFilter.java:137)
at oracle.dbtools.http.filters.HttpFilter.doFilter(HttpFilter.java:47)
Is the redirect only possible for urls in the ords-context?
Bye,
Rumburak