1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-05-20 20:24:45 +03:00
parent 3d7702d511
commit 924a95685c
11 changed files with 7976 additions and 8061 deletions

View File

@@ -42,7 +42,7 @@ URL encoding is enabled by default
ParametersStructure.Insert("param1", "search?text");
ParametersStructure.Insert("param2", "John Doe");
ParametersStructure.Insert("param3", "value&another");
ParametersStructure.Insert("param4", "cyrillic");
ParametersStructure.Insert("param4", "кириллица");
ParametersStructure.Insert("param5", "<script>alert('XSS')</script>");
NoEncoding = OPI_HTTPRequests.NewRequest()