Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 471 Bytes

File metadata and controls

10 lines (6 loc) · 471 Bytes

WinHttpUnityPlugin

It is made for ability to use windows current credentials (NTLM/Kerberos under Windows platform) without asking for them while interop with servers where Windows Authentication is enabled. It is simple (and my first C++ expirience) plugin which supports only two types of requests:

  • GET - to get data from server with JSON response
  • POST - to send data to server with JSON body.

This project is in alpha stage and implements now only my needs.