I have a fatal error no matter what endpoint I use. Here is my php code where I make the request: [Tue Feb 28 10:42:40.686137 2017] [fcgid:warn] [pid 28285] mod_fcgid ...
$ _POST or $ _GET are two special PHP functions that are used to get variables from a user-filled form. While using these functions, a user may encounter an error, stating that there is an undefined ...
Now PHP does not have $_POST['myPostData'] if there is no POST Data being sent to the Page. This is when these Errors come into Play.