Hi There!
The HTTP module parse JSON option isn’t working for me (I followed the instructions for first time run), but it’s unable to parse the Data field. Attached is the input and output of a HTTP module with the parse option enabled:
HTTP_INPUT.json (892 Bytes)
HTTP_OUTPUT.json (1.9 KB)
Is there something I can do to make it work? I’m going tired of Parse JSON modules
This is because the service is using a non-standard content type header.
This is supposed to be application/json
instead.
The workaround is to use a Parse JSON module to parse the data variable.
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
4 Likes
Well… thank you again ദ്ദി(˵ •̀ ᴗ - ˵ ) ✧ I’ll try to talk them out of this non-standard content type.
1 Like