ufna / VaRest

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
https://www.unrealengine.com/marketplace/en-US/product/varest-plugin
MIT License
1.05k stars 289 forks source link

pass variable in query params in the url #427

Open yassineMessaoud9 opened 4 months ago

yassineMessaoud9 commented 4 months ago

i have this link : https://example.net/api/getEaxmple?URL=https://slack.com/ , i use the construct json request to fill url as a header but it's like a query params no header , what's the correct nodes should i used , with blueprints

ncryptedV1 commented 3 months ago

That's not an issue of VaRest. Use UE-native blueprint nodes for text formatting, string formatting or just appending the strings.