No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. cors
    Log in to post
    • R

      How to config xginx api server to accept requests from android/ios apps?
      Quasar Play App • android api cordova cors • • realtebo

      6
      0
      Votes
      6
      Posts
      228
      Views

      R

      We resolvede server side on development using a proxy bypass with origin rewrite. For production server we’re unable to enable origin ‘*’ so we’ll try to add a reverse proxy or a pass through proxy like done in development.

      Thanks

    • C

      Enable Cors to bypass to different ports problem with API requests
      Help • access-control api-request cors cors-policy • • Chris11

      13
      0
      Votes
      13
      Posts
      10298
      Views

      C

      @dobbel thank you for this specific and helpful answer! I’ll set up a proper backend! Due to many threads concerning this problem (also for other frameworks) I thought, those devServer-setting could be sufficient.