Passing JSON request starting with the character [ gives the error: invalid request format with GET operation [duplicate]

Your question is incomplete. Anyway I’ll give it a shot. Here is a test that works perfectly fine in Karate, cut and paste it into a new Scenario and see for yourself. * url ‘https://httpbin.org/post’ * request “”” [ { “equipmentNumber”: “76576”, “systemIdentifier”: “00045F063547”, “serialNumber”: “00098”, “materialNumber”: “786786” } ] “”” * method post Which … Read more