You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to stream 3D Tiles from AWS with the "Tileset Source" -Option set to "From Url". However my content is private and I use custom cookies in http request header to authenticate request. Is it possible to set custom cookies or somehow customize http requests in Unity/c# side or how can I achieve this?
Br,
TMK
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that there has been some development considering request headers. Is it possible to use custom headers in the current or upcoming release?
No, the recent work made sure headers added to previous requests could be retrieved from the request object. Adding the ability to specify request headers via configuration on the tileset isn't on our near-term roadmap, but we'd welcome a community contribution to add it. It should be relatively straightforward.
Hi,
I would like to stream 3D Tiles from AWS with the "Tileset Source" -Option set to "From Url". However my content is private and I use custom cookies in http request header to authenticate request. Is it possible to set custom cookies or somehow customize http requests in Unity/c# side or how can I achieve this?
Br,
TMK
The text was updated successfully, but these errors were encountered: