1

%HTTPD variable not working

When I make a HTTP POST request, the %HTTPD variable isn't being set with the response data. My response code is 200 and the output file is being set correctly. But when printing %HTTPD, the string "%HTTPD" is displayed. The response content type is application/json.

3 replies

Can you show me an example website where this happens?

It isn't. When I set the output file, the full response gets written correctly.

Maybe the response is an empty string?