Archive
Posts Tagged ‘http’
Writing integration tests for CORS headers (with Karate)
3 May 2019
1 comment
On many projects CORS headers are configured incorrectly. Usually by putting some wildcards (*) in the config and things ‘work’. In this article I will show how to create tests for the correct headers (using Karate, but it should be applicable to any test framework).
