All pages with forms need to be excluded from page caching. This spider crawls a website and returns all pages that contain a form with method="POST"
.
- install Python 3.*
- install Scrapy
scrapy crawl form_spider -a url=https://www.example.com/
On Windows, the Anaconda Shell needs to be used.