How can I wrap an APK developed with ionic in Android?
Release : 23.1
Make sure to configure the below setting over application settings as below:
Access-Control-Request-Headers: x-apm-bt
Example of HAR file showing the Access-Control-Request-Headers set :
{
"name": "Access-Control-Request-Headers",
"value": "authorization,x-apm-bt"
}
In the response, the server returned below allowed headers which don't have x-apm-bt
{
"name": "Access-Control-Allow-Headers",
"value": "Authorization, Cache-Control, Content-Type, Current-App-Version"
}