dear team,
I am new to Node-RED . currently working on migrating my current API gateway to Node-RED. In my current API Proxy all request from Client/APP is being changed or transformed before sending to Backend server. For example : my client curl is
https://webapp.Test.com/products/bundles.json?include_optional_promotions=1&product_codes=4%2C3%2C2%2C1&promotion_codes=
which should be transformed to
https://beserver.Testmobile.com/BEAPI/defined/V3/PreDefined?productCodes=4%2C3%2C2%2C1&MSISDN=&isIncludePromotion=true&PromotionCodes=
with extra headers like sectokn, loginID etc.
Need assistance in achieving the in Node-RED.
Regards,
Sampurna Mohanty