Dataiku REST API interceptor

Ankit96140
Registered Posts: 9 ✭✭✭✭
Is there any way in Dataiku to intercept REST APIs. we want to intercept the REST APIs used to trigger the scenario
Answers
-
Hi,
Dataiku does not have such a feature. We would recommend deploying Dataiku behind a reverse proxy, and implementing this logic at the reverse proxy layer.
Could you please detail what you would like to perform on the intercepted query exactly?