Hello,
I’ve been trying to send an HTTP request with Gatling.
This request contains a file whose extension is .asice (An .asice file contains one or more digital signature).
But I’m strugling to write this request. The body of the test is written in scala.
Gatling shows this error when I run the test :
" Failed to build request PK?? mimetypeapplication/vnd.etsi.asic-e+zip"
So, In the header of the request, I’ve added the following MimeType :
Content-Type: application/vnd.etsi.asic-e+zip
But it doesn’t solve the problem.
Does someone knows how to write an HTTP request (with Gatling and Scala) wich contains this type of file ?
Thank you.
Phil