Skip to content

Is there a way to disable all HTTP request just like UnityWebRequest? #219

@zhouwenkan

Description

@zhouwenkan
  1. Is there a way to completely disable all plain HTTP requests in BestHTTP, similar to how we can manage this in UnityWebRequest?
  2. Our latest release was rejected by the Google Play Store for a “Data Encryption” violation, supposedly because of an HTTP URL. However, we are certain our URL is strictly hard-coded as HTTPS. Could BestHTTP possibly be downgrading our secure HTTPS URL to HTTP in any scenario?
  3. Is there a global method to block all HTTP requests—ensuring that only HTTPS is ever used and preventing any chance of violating Google Play’s encryption policies?

using 3.0.10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions