06-06-2024, 09:58 AM
(06-05-2024, 07:33 PM)iliaslamprou Wrote: Hi,
for an Http Api connection the only you have to do is to add the script "Http Request".
Go to the "Scripts & Tools". Select "Http Request".
Then configute the Http request and test it.
Store the request result to an Emulator Variable.
Add a "Value display" to display the variable to the screen.
Thank you very much for help.
I have a url and I have a token.
I need to provide authorization. Am I doing this in the header?
key = token
value = ?
please help
Thank you very much