add elixforms requests to simulate UI operativity

This commit is contained in:
2026-08-20 13:04:46 +02:00
parent 20e174e525
commit a40dd803e1
3 changed files with 140 additions and 0 deletions
@@ -0,0 +1,50 @@
info:
name: Search schemas
type: http
seq: 2
http:
method: GET
url: https://console-unipr.elixforms.it/AJSRV/metadata/search?SEARCH_IN[]=616&PAGE=1&AJL=it&PAGESIZE=80&SECURE=true
headers:
- name: Accept
value: "*/*"
disabled: true
- name: Accept-Encoding
value: gzip, deflate, br, zstd
disabled: true
- name: Accept-Language
value: it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
disabled: true
- name: Cookie
value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994
- name: Host
value: console-unipr.elixforms.it
disabled: true
- name: Referer
value: https://console-unipr.elixforms.it/ajconsole/
disabled: true
- name: x-requested-with
value: XMLHttpRequest
params:
- name: SEARCH_IN[]
value: "616"
type: query
- name: PAGE
value: "1"
type: query
- name: AJL
value: it
type: query
- name: PAGESIZE
value: "80"
type: query
- name: SECURE
value: "true"
type: query
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5