You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/13 11:11:21 UTC

[GitHub] [cordova-android] theunreal opened a new issue #746: All HTTP requests return 200 OK (from disk cache)

theunreal opened a new issue #746: All HTTP requests return 200 OK (from disk cache)
URL: https://github.com/apache/cordova-android/issues/746
 
 
   # Bug Report
   All HTTP requests return 200 OK (from disk cache)
   
   ## Problem
   All HTTP requests return 200 OK (from disk cache) when using `ionic cordova run android` command.
   When using ionic `cordova run android -l`, the HTTP requests are working fine.
   
   ### What is expected to happen?
   HTTP requests should work using `ionic cordova run android` 
   
   ### What does actually happen?
   All HTTP requests return the same response:
   
   Status Code: 200 OK (from disk cache)
   without any data.
   
   
   ### Environment, Platform, Device
   Android, Google Pixel 2
   
   ### Version information
   Ionic:
   
      Ionic CLI                     : 5.0.0 (C:\Users\eelnasi\AppData\Roaming\npm\node_modules\ionic)
      Ionic Framework               : @ionic/angular 4.4.2
      @angular-devkit/build-angular : 0.13.9
      @angular-devkit/schematics    : 7.3.9
      @angular/cli                  : 7.3.9
      @ionic/angular-toolkit        : 1.5.1
   
   Capacitor:
   
      Capacitor CLI   : 1.0.0
      @capacitor/core : 1.0.0
   
   Cordova:
   
      Cordova CLI       : 8.1.2 (cordova-lib@8.1.1)
      Cordova Platforms : not available
      Cordova Plugins   : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.1.0, (and 7 other plugins)
   
   Utility:
   
      cordova-res : 0.3.0
      native-run  : 0.2.3
   
   System:
   
      Android SDK Tools : 26.1.1 (C:\Android\android-sdk)
      NodeJS            : v10.15.3 (C:\Program Files\nodejs\node.exe)
      npm               : 6.9.0
      OS                : Windows 10
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ x] I searched for existing GitHub issues
   - [X ] I updated all Cordova tooling to most recent version
   - [ X] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org