1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-05-14 21:10:08 +03:00
parent 31a4b331a2
commit d159ddcf2e
3 changed files with 7971 additions and 7964 deletions
+3 -1
View File
@@ -75,4 +75,6 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
"Без разделения: /page?arrayfield=[val1,val2,val3];\nРазделение: /page?arrayfield=val1&arrayfield=val2&arrayfield=val3\nРазделение (php): /page?arrayfield[]=val1&arrayfield[]=val2&arrayfield[]=val3"
```
+6 -1
View File
@@ -64,4 +64,9 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"Без кодирования": "/page?param1=search?text&param2=John Doe&param3=value&another&param4=кириллица&param5=<script>alert('XSS')</script>",
"С кодированием": "/page?param1=search%3Ftext&param2=John%20Doe&param3=value%26another&param4=%D0%BA%D0%B8%D1%80%D0%B8%D0%BB%D0%BB%D0%B8%D1%86%D0%B0&param5=%3Cscript%3Ealert%28%27XSS%27%29%3C%2Fscript%3E"
}
```
+7962 -7962
View File
File diff suppressed because it is too large Load Diff