emanzione / PATCH

The PATCH repository for issues tracking, wiki and shared material.
https://assetstore.unity.com/packages/tools/utilities/p-a-t-c-h-ultimate-patching-system-41417
MIT License
47 stars 7 forks source link

Allow passing custom headers to downloaders #59

Closed DmitriyYukhanov closed 1 year ago

DmitriyYukhanov commented 1 year ago

Hey,

Currently, it's possible to pass the NetworkCredential only to set the Authorization header. But sometimes other custom headers might be needed to properly authenticate.

Would be great to be able to pass any custom headers as well.

emanzione commented 1 year ago

This should be now possible with the new ConfigureHttpRequest method, added for #60 ! Let me know if that's not enough!