Structed / godot-playfab

A Godot Engine addon/SDK to interface with Azure PlayFab - playfab.com
MIT License
124 stars 14 forks source link

Update parameters for HTTPRequest request method #105

Closed nmattern closed 1 year ago

nmattern commented 1 year ago

Related Issue: https://github.com/Structed/godot-playfab/issues/104

This fix was to address an API change that occurred for the HTTPRequest class's request method.

Solution was to remove the relevant parameter as the following PR now means the default is to use ssl validation rather than it being manually defined in the parameters. https://github.com/godotengine/godot/pull/71995

Structed commented 1 year ago

Looks good to me - thank you so much for your contribution!