Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to handle iOS network proxy
Forum Updated to NodeBB v4.3 + New Features

How to handle iOS network proxy

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 143 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    paulmasri
    wrote on last edited by
    #1

    If a user has an HTTP proxy configured on their iOS device, how should I handle this within my app when making API requests?

    I have an actual case where a school has this configured on all their iPads on the school WiFi network. They are able to use 99% of their apps fine, but my app is one of the few that fail. To rule out firewall issues they have verified that they can access my API from Chrome on the iPad, even though my app can't.

    I use QNetworkAccessManager to send the requests.

    My question really breaks down to:

    1. Do I even need to do anything? Surely iOS handles the routing transparently??
    2. If I do have to do something, what do I need to do?
    3. Is Qt bug 39869 relevant?
    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved