OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
swagger-ui-5.17.14
/
test
/
e2e-cypress
/
static
/
documents
/
security
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 04:34:41 AM
rwxr-xr-x
📄
anonymous.yaml
665 bytes
08/07/2024 04:34:41 AM
rw-r--r--
📄
mutual-tls.yaml
203 bytes
08/07/2024 04:34:41 AM
rw-r--r--
📁
sequential-import-chaining
-
08/07/2024 04:35:03 AM
rwxr-xr-x
📄
xss-oauth2.yaml
116 bytes
08/07/2024 04:34:41 AM
rw-r--r--
Editing: anonymous.yaml
Close
openapi: 3.0.0 info: title: Test anonymous operations version: 1.0.0 paths: /withBoth: get: security: [{}, {"apikeyScheme": []}, {"apikeyScheme2": []}] responses: 200: description: asdadasd /onlyEmpty: get: security: [{}] responses: 200: description: asdadasd /required: get: security: [{"apikeyScheme": []}] responses: 200: description: asdadasd security: - apikeyScheme: [] components: securitySchemes: apikeyScheme: name: test type: apiKey in: header apikeyScheme2: name: test2 type: apiKey in: header