Hy everyone,
i have a probleme with an http request which is “POST”.
i use apache image (httpd) to display an html page in localhost for uploading files (code: html5 + PHP), it works fine without docker (with a webserver like Easyphp) but with docker it doesn’t.
i also tried to use nginx image but i get a 405 error (not allowed), i guess it’s the same issue.
so my question: do i have to configure something in docker in order to fix that, or there is something that i don’t get with http requests ?
help pleaase !! thank youu !!