MMM-HTTPRequestDisplay icon indicating copy to clipboard operation
MMM-HTTPRequestDisplay copied to clipboard

Status: 0

Open vonglahn opened this issue 7 years ago • 2 comments

Hello,

i want to display a xml file from a server. Is this possible?

I cant download the specified file with wget so the adress is correct. But i get an error message:

HTTP Request Failed. Status: 0 Please check the request URL in the module config.

What does this error means?

vonglahn avatar Apr 19 '18 07:04 vonglahn

Same for me. Tried all sorts of links and all I got is:

HTTP Request Failed. Status: 0 Please check the request URL in the module config.

jongov avatar Jun 13 '19 08:06 jongov

The error is due to a cross site scripting issue.

Failed to load "{httprequesturl}" No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8080/' is therefore not allowed access.

lambtor avatar Feb 10 '20 20:02 lambtor