Actions
Bug #10027
openDelete application API return 403 when there is a space between the tag to be deleted
Status:
New
Priority:
Low
Assignee:
-
Start date:
27/03/2023
Due date:
% Done:
0%
Estimated time:
Device Type:
Component:
Type:
Description
Environment details
510 server
Prerequisites
create a tag in the application(On app publisher)
with a tag like "new" and "new 1"
Steps
using this curl [1] invoke the API for tag "new" -> this should execute without error.
Then invoke the same API using "new 1"
Description
Without space between the tag(single word) API working without error [2]
When there is a space between the two words of a tag(new 1) API returns a 403 error [3].
Result[2]
Getting 403 when deleting "new 1" tag
[1] curl --location --request DELETE 'https://localhost:9443/api/application-mgt-publisher/v1.0/applications/tags/new 1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer 9ce27550-dd12-3669-81d0-6c0604f84e97'
Files
Actions