Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Where to ask question about UnityWebRequest or HLAPI

Discussion in 'Multiplayer' started by dwhiteddsoft, Aug 3, 2017.

  1. dwhiteddsoft

    dwhiteddsoft

    Joined:
    Aug 3, 2017
    Posts:
    11
    I am new to Unity but not new to back end server development. I want to make a GET request with an Authorization header (Bearer token type - think OAuth2). The problem is that no matter what the request either strips the Auth header or sends it as a post. Can anyone point me in the right direction?