Project

General

Profile

Actions

Bug #10027

open

Delete application API return 403 when there is a space between the tag to be deleted

Added by Arshana Atapattu over 1 year ago. Updated 8 months ago.

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 #1

Updated by Viranga Gunarathna 8 months ago

  • Project changed from 28 to Backlog
Actions

Also available in: Atom PDF