sassembla / Autoya

thin framework for Unity.
MIT License
224 stars 19 forks source link

Use Http_Post without auth #12

Closed yhnu closed 7 years ago

yhnu commented 7 years ago

I Just Want To Use The Http_XXX,But I Donnt Auth IT

sassembla commented 7 years ago

OK, you can use raw HTTP client via Autoya API like this.

https://github.com/sassembla/Autoya/blob/master/Assets/AutoyaSample/8_MainthreadDispatcher/MainthreadDispatchSample.cs#L8

Autoya.HTTP ~ is designed for authenticated http connections only. and it uses Connections.HTTP.HTTPConnection class internally.

how about that?

sassembla commented 7 years ago

close until next time!