Forum Discussion

Anilkumar1's avatar
Anilkumar1
Occasional Contributor
3 years ago
Solved

resource gets added with %E2%80%8B,

When a resource is added in existing API, during the test case execution resource is added with %E2%80%8B, which makes the routing issue. how to make sure this not appended with resource

 Example

 If My resource is /V3/Telecom/rules/daily-restrictions/{tenant}/{bill}, below gets added during execution

 

http://{URL}/V3/Telecom/rules%E2%80%8B/daily-restrictions%E2%80%8B/Airtel/123456

 

How to remove these

  • an invisible charachter was added and I had to retype manually for it to work