Token invalid
-
Hi,
I am working on a localhost xampp version of wordpress on a clean install with only Caldera Form installed.As I was testing the form created, all of a sudden I just get this message no matter what.
Submission rejected, token invalidI know already you have an article explaining the main reason for this is a caching plugin or aplication.
The problem is that, as I said, this is a clean install and the problem started happening from one test submission to another.I have already tried deleting browser cache and opening wp on another browser, uninstalling and completly deleting the caldera plugin folder, then installing it again, and since I don’t have any cache plugin installed it doesn’t make sense.
I also have this information on my apache httpd.conf
<filesMatch “\.(html|htm|js|css)$”>
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control “max-age=0, no-cache, no-store, must-revalidate”
Header set Pragma “no-cache”
Header set Expires “Wed, 11 Jan 1984 05:00:00 GMT”
</ifModule>
</filesMatch>Whenever I submit the form the network window on chrome shows:
Request URL:https://localhost/SITE/cf-api/CF59c82c593d0c9
Request Method:POST
Status Code:400 Bad Request
Remote Address:[::1]:80
Referrer Policy:no-referrer-when-downgrade
Response Headers
view sourceBut the same form on my host online works and returns a Status 200.
What is happening?
- The topic ‘Token invalid’ is closed to new replies.