Загрузить файлы в «/»

This commit is contained in:
Шимченко 2025-07-21 17:50:05 +00:00
parent ffdcbf9cf2
commit 5c4840389d

View File

@ -324,7 +324,7 @@
<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="query_encoded&lt;&lt;&lt;REE">
<stringProp name="RegexExtractor.useHeaders">false</stringProp>
<stringProp name="RegexExtractor.refname">query_encoded</stringProp>
<stringProp name="RegexExtractor.regex">&quot;url&quot;\s*:\s*&quot;(.+?)&quot;</stringProp>
<stringProp name="RegexExtractor.regex">/datatables_ticket_list/([^&quot;]+)</stringProp>
<stringProp name="RegexExtractor.template">$1$</stringProp>
<stringProp name="RegexExtractor.default">query_encoded ERROR</stringProp>
<boolProp name="RegexExtractor.default_empty_value">false</boolProp>
@ -336,7 +336,7 @@
<stringProp name="HTTPSampler.domain">${HOSTNAME}</stringProp>
<stringProp name="HTTPSampler.port">${PORT}</stringProp>
<stringProp name="HTTPSampler.protocol">${PROTOCOL}</stringProp>
<stringProp name="HTTPSampler.path">${query_encoded}</stringProp>
<stringProp name="HTTPSampler.path">/datatables_ticket_list/${query_encoded}</stringProp>
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
<stringProp name="HTTPSampler.method">GET</stringProp>
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>