Hello.
I'm trying tog get info from http.
Everything works fine in Linux with curl. However, I can't achieve the same thing in automate "http request" .
I have a specific header that I'm not able to send (working fine with curl).
The header in curl is something like :
-H 'aaaaaa: {"bbbb" :"cccc", "ddddd" :"{\"eeeeee\":\"fffffff\", \"ggggggg\":\"hhhhh\"}", "iiiii" :""} '
I tried escaping double quotes, using jsonEncode....
Nothing is working.
How do I send a header like this one?
Thanks!