Welcome Guest, Not a member yet? Register   Sign In
Problems with ajax
#5

Now I am seeing a change when I turn off csrf. In the Console Net window, instead of '403 Forbidden' I'm getting '500 Internal Server Error'. There is still a csrf prob as I would obviously want to have it on but the server error is presumably on top of that. Is it perhaps an .htaccess issue? Here is my .htaccess code:

Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$  index.php?/$1 [L]

Incidentally, this is only an ajax prob - I can still POST with a form.
Reply


Messages In This Thread
Problems with ajax - by msheath - 07-29-2017, 04:27 AM
RE: Problems with ajax - by skunkbad - 07-29-2017, 02:16 PM
RE: Problems with ajax - by msheath - 07-29-2017, 02:51 PM
RE: Problems with ajax - by skunkbad - 07-29-2017, 04:40 PM
RE: Problems with ajax - by msheath - 07-30-2017, 01:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB