Parse Response Option Of HTTP Module Doesn't Work

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 :sweat_smile:

This is because the service is using a non-standard content type header.

Screenshot_2024-07-15_230741

This is supposed to be application/json instead.

The workaround is to use a Parse JSON module to parse the data variable.

samliewrequest 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