raj
Results
2
issues of
raj
**WARNING: IF YOU IGNORE THIS TEMPLATE, WE'LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!** Provide a general summary of the issue. ## Your Environment * Plugin version:0.9.0-beta.2 * Platform:Android...
I was setting up CORS for my POST endpoint `/send/message`. Initially I tried with `cors:true` but what I found was that it was not setting `OPTIONS` in `allowedMethods`. So on...