I'm writing an Express route for Expect-CT
violations and I do not know how to create mock violations to trigger the report-uri
directive.
Is there a way to trigger this in-browser or through cURL / Postman?
My thoughts was to recreate the JSON body of a report in Postman but surely there's a way to create more realistic test cases?