Hi everyone,
I’m Darshan Hiranandani, working on exposing a Proxy API that requires mandatory parameters, including login and password, but I want to abstract these details from the API consumers.
What are the best practices for incorporating dynamic parameters, such as login credentials and other mandatory fields, into target paths when exposing a Proxy API?
I appreciate any insights or suggestions you can provide on handling dynamic parameters in this context. Thanks in advance!
Best regards,
Darshan Hiranandani
Best practices are to NOT embed login credentials into URLs, either as query params or path segments.
in an Apigee proxy,If you want to modify the target URL , or et a dynamic target URL (adding parameters, path segments, etc), you can use AssignMessage.