​we have a requiremnt where i have to creat proxy api then internaly i will call another api with passing the body from the proxy api as well i will add user name and password , Please how can i achive this

we have a requiremnt where i have to creat proxy api then internaly i will call another api with passing the body from the proxy api as well i will add user name and password , Please how can i achive this

0 1 79
1 REPLY 1

Not applicable

You need to use service callout to call another api from that proxy.

First you need to create one proxy, then use service callout and set the request and another proxy url to that. You can use javascript or assign message policy to set the username and password.