How to check content header on unknown number of items – Python

Hello guys. I’d like to share a little something with you. It’s what I cooked up in Python to check an unknown number of content items in a web application. Basically the script runs from a script folder under Grails. It goes through all the configured folders where there is static content like images, javascript, css and so on and so forth. And then with curl it calls these items up in using their respective paths’....

February 11, 2014 · 2 min · hannibal