Structed / godot-playfab

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

Invalid parameter count for request method of HTTPRequest class #104

Closed nmattern closed 1 year ago

nmattern commented 1 year ago

There was a recent change to the way TLS configuration was handled. Where now the ssl validation will default to true which means the boolean used to define ssl validation in the request method is no longer needed.

Relevant PR: https://github.com/godotengine/godot/pull/71995

Structed commented 1 year ago

Fixed by #105