wultra / networking-apple

A high-level networking SDK for PowerAuth-based endpoints.
Apache License 2.0
0 stars 0 forks source link

Add customizable default header for HTTP requests #27

Closed kober32 closed 2 years ago

kober32 commented 2 years ago

Right now, the default user-agent header is used unless overridden in each request.

We should add some meaningful default with the possibility to override by the configuration + keep the option to override per request by using the custom headers parameter.

related issue: https://github.com/wultra/powerauth-mobile-sdk/issues/434

kober32 commented 2 years ago

This feature will be released in powerauth 1.7.0 (https://github.com/wultra/powerauth-mobile-sdk/pull/444)