Head not loading

Everything works as it should, I’m very happy with it. Only the head doesn’t work and local does. Does anyone know a solution for this?

Welcome!

What is a “head”? Also, can you please produce your URL?

4 Likes

Do you mean HEAD HTTP method? We only support GET and POST, sorry.

A solution would be to use HTTP POST method and add a parameter in the body for the action, such as this: {"method": "HEAD"}. Of course, this is JSON formatted, but that can easily be put into an associative array for PHP.

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.