Forum Discussion

SiKing's avatar
SiKing
Community Expert
10 years ago

REST call with variable name parameters

I have a case where I need to call a REST service that uses parameters such as: http://host/wapi1.php?action=bet_place_bet&multi[X][Y]=Z where X, Y, and Z are all variables. How can I accomplish thi...