info: name: Login - elixPro Studio type: http seq: 1 http: method: POST url: "{{elixProStudioUrl}}/eP/elixpro-studio/launch" body: type: form-urlencoded data: - name: cod_utente value: pierpaolo.mammi@unipr.it - name: password value: "!PwnedPM7smroFxile9?" auth: inherit runtime: scripts: - type: tests code: |- test("ISIPSESSION cookie found", function () { const isipsessionCookie = bru.cookies.get("ISIPSESSION"); expect(isipsessionCookie).to.not.be.null; expect(isipsessionCookie).to.not.be.empty; }); settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5 forwardAuthorizationHeader: false examples: - name: example request: url: https://unipr.elixforms.it/eP/elixpro-studio/launch method: POST body: type: form-urlencoded data: - name: cod_utente value: pierpaolo.mammi@unipr.it - name: password value: "!PwnedPM7smroFxile9?" response: status: 200 statusText: OK headers: - name: date value: Mon, 31 Aug 2026 12:25:59 GMT - name: server value: "Payara Server 6.2025.1 #badassfish" - name: content-security-policy value: "default-src https: data: 'unsafe-inline' 'unsafe-eval'; img-src 'self' blob: data: https:;" - name: content-type value: text/html;charset=UTF-8 - name: x-frame-options value: SAMEORIGIN - name: vary value: Accept-Encoding - name: strict-transport-security value: max-age=31536000; includeSubDomains - name: x-xss-protection value: "1" - name: x-content-type-options value: nosniff - name: referrer-policy value: unsafe-url - name: content-length value: "2062" - name: keep-alive value: timeout=10, max=500 - name: connection value: Keep-Alive body: type: html data: |- elixPro Studio