06-Oct-2023 05:37 - edited 06-Oct-2023 05:42
Hello to Everyone,
After my investigation of the OpenAPI/Swagger options for AWAF/ASM that I have questions under F5 AWAF/ASM support for wildcard url and parameter... - DevCentral that I have still have questions now I have the same questions for XC Swagger/OpenAPI supported custom options and if there is a list?
I see that XC supports Regex for wildcard in the path as shown below but what about parameters with wildcard names or if there could be a wildcard support for methods as to not have to specify each method under an http path or using custom word like "any" ? Other than that it will be nice if there is support for parameters to be specified as in any location not query or request body.
Any help will appreciated.
},
"servers": [
{
"url": "/"
}
],
"paths": {
"/niki.*": {
"parameters": [
{
"in": "query",
"name": "userId",
"schema": {
"type": "integer"
},
"required": true,
"description": "Numeric ID of the user to get"
}
18-Oct-2023 11:18
Hi @Janibasha can you please answer this one, or tag someone who can?
25-Oct-2023 10:40
@Leslie_Hubertus and @Nikoolayy1 you can reach out to @Nikita_Sikirinov or @Sudhir_Patamsetti for more clarity on this..