Hola!
I am sure it is something really simple I am missing. I want to use the api but cannot get it to work as designed with local web server files (port 80). Here are some images that depict what I am experiencing. I'm on an M1 Mac Mini (Monterey) if that makes any difference.
First, I try the sample post provided on the github repo home page in postman (which works!):

Then I create a local web server (on port 80), files are accessible by a browser without specifying port:


Then I try the same post, except this time I point to the files on the local web server:

Then I tried the same post in a Notebook in Visual Studio with Python requests object:

Lastly, (what did work!!!) I gave the eye CLI the same arguments (local web server addresses) to the files and it worked!!

Any guidance on how to get this working as intended would be greatly appreciated!
Thanks!
Hola!
I am sure it is something really simple I am missing. I want to use the api but cannot get it to work as designed with local web server files (port 80). Here are some images that depict what I am experiencing. I'm on an M1 Mac Mini (Monterey) if that makes any difference.
First, I try the sample post provided on the github repo home page in postman (which works!):

Then I create a local web server (on port 80), files are accessible by a browser without specifying port:


Then I try the same post, except this time I point to the files on the local web server:

Then I tried the same post in a Notebook in Visual Studio with Python requests object:

Lastly, (what did work!!!) I gave the eye CLI the same arguments (local web server addresses) to the files and it worked!!
Any guidance on how to get this working as intended would be greatly appreciated!
Thanks!