lilmer Posted July 6, 2015 Share Posted July 6, 2015 Codeigniter POST request empty. I tried to up my website on our production server which is using IIS8, post request is empty, I've tried to break codeigniter and post is working. It is also working on our staging server which is on IIS6. Does anyone has an issue on this on Codeigniter 3. Quote Link to comment Share on other sites More sharing options...
scootstah Posted July 6, 2015 Share Posted July 6, 2015 This is most likely a problem with your IIS configuration. Make sure that the POST verb is allowed, and make sure you don't have any extensions that will interfere with POST. Quote Link to comment Share on other sites More sharing options...
lilmer Posted July 7, 2015 Author Share Posted July 7, 2015 Thank you for response. I figure out the error was on web.config handlers. I tried to remove the handlers condition on web.config and it is now working fine. But the other site has handlers, I think it is also on how you install PHP including CGI. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.