HTTPUTILS2 - passing parameters to https link

sbm141v

New Member
Licensed User
Longtime User
Good day
I am new to b4a. My experience level is in C# and the dot net environment. I
have read through a lot of posts and examples but could resolve my issue.
I have a webservice that is exposed to the internet through a F5 device. It
is a secure https:// link.
I have loaded in my b4a application the module httputils2service, but cant
figure out how to pass two parameters to it. If i added it in my URLlink the
values: &cat=value1&dog=value2, i get a response: illegal character in
string. Where should i add parameters for my web method and how should i
deal with accessing webservice over a secure socket layer (https) please help me
 
Top