-
Sencha Premium User
Request url contain special characters '[', ']'
If the url contains '[' or ']', the request will not be sent.
Compare to '{' in the url which will be encoded in '%7B', '[' will not be encoded.
Please help! Thank you!
-
Sencha User
Can you provide an example of how are you doing your request?
I made this example and worked fine
https://fiddle.sencha.com/#fiddle/2i
-
Sencha User
This happens because you are sending the literal characters.
Try to put it inside quotes '[]' like julio explain in this example and then parse it at the server side
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules