While inserting data to baas data in upper case is converted into lower case?

Not applicable

When I send a request from mobility device to APIGEE with "deviceId":"09EF09-7883-4029-A11H-D81E9E5507" , then in BAAS it is getting stored as "deviceId":"09ef09-7883-4029-a11h-d81e9e5507" i.e. all upper case alphabets are converting into lower case alphabets.

But when I hit with postman I dont face this issue.

Kindly suggest any solution.

0 4 218
4 REPLIES 4

@Rhythm Kumar Arora , What do you mean "when I hit with postman I don't face this issue ?" When do you see above issue ? If you don't see this issue from postaman, then it's not BaaS issue, it's most probably your app / client that is making the call. Please clarify.

I am consuming the service from my mobile app.So when I hit this service from mobile device then I face this issue.

@Rhythm Kumar Arora , It's app implementation issue then. Are you using any baas sdk ? It might be sdk also. Anyway, if you are unable to reproduce same using postman then it's not product related & offtopic here.

@Anil Sagar At all point device id is coming in upper case. When the service callout is made to baas then in request its in caps and in response it came in lower case. I dont think there is any problem with SDK.