mozilla / http-observatory

Mozilla HTTP Observatory
https://observatory.mozilla.org/
Mozilla Public License 2.0
1.86k stars 170 forks source link

How to rescan a website automatically trough cli? #454

Closed Macleykun closed 3 years ago

Macleykun commented 3 years ago

I want to keep this button from becoming pending:

Mozilla HTTP Observatory Grade

I believe i have to wget/curl this url: https://http-observatory.security.mozilla.org/api/v1/analyze?host=rockraidersx.com&rescan=true

But when i tried this out, i noticed it didn't really worked out the way i intended it too. Does anyone know how to initiatie a rescan when using curl for a url? Ofcours i'll only run that command every other day (with crontab or github workflow).

Macleykun commented 3 years ago

I do think it's working with: curl https://http-observatory.security.mozilla.org/api/v1/analyze?host=voxsiren.net&rescan=true or in this case: curl https://http-observatory.security.mozilla.org/api/v1/analyze?host=rockraidersx.com&rescan=true