I am unable to save a part of the data I get from a http post request. The response is JSON, and I can extract anything from it, except one of the string that has a hyphen in its name.
Is there any way of making webCoRE know that the " - " is just a part of the name?
I can see the information I need on the screen, but I cant extract it into a string variable.
Save JSON data with hyphen
almararn
#1
almararn
#3
Thank you. The information there solved my problem. I’ll write it here aswell:
I made a string variable challRes = “challenge-response”
and then used that variable instead of the text in {$response[challRes]}