Does `GitHub Pages` allow HTTP "Post" method? Does `GitHub Pages` allow HTTP "Post" method? git git

Does `GitHub Pages` allow HTTP "Post" method?


GitHub pages can only serve static content, and there is no way to run PHP on GitHub pages or upload things. That's why GitHub doesn't allow POST requests.

If you need server side scripting (E.g. PHP), you'll need to use a web host which offers these things.


GitHub pages only support static websites/content, PHP doesn't work on GitHub pages and GitHub doesn't allow POST requests.

try netlify, azure , or Heroku ect.