Fetching $_POST data from other site gets nothing |
[eluser]rockstyle[/eluser]
Code: $_POST Either Code: $_POST Code: $this->input->post('any_parameter'); This is my code Code: public function process($parameter = '') All it returns are empties: null and falses. I know this from debug data from that other site. All this is done by referral (site), so user_agent is empty also. Also! When i didn't have .htaccess file other site would get only 403 or 404 error page. Code: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> When htaccess is present, it gets nulls. Thanks in advance ![]()
[eluser]CodeIgniteMe[/eluser]
Is the other website working when visited normally? Have you checked for misspelled website names and parameters? Check whether "Global XSS Filtering" and "Cross Site Request Forgery" from your config file should be enabled on your CI installation
[eluser]smilie[/eluser]
How are you exactly posting data to your website? Try, just for the fun of it: Code: print_r($_GET); that you are not accidentally passing GET data instead of POST data. Cheers, Smilie
[eluser]rockstyle[/eluser]
The other website is working. This is not misspell. It's not $_GET. This must be htaccess...
[eluser]rockstyle[/eluser]
Is it possible that data is not send while sender is like https://ssl.blablabla.com (from encrypted connection?) |
Welcome Guest, Not a member yet? Register Sign In |