#Authentication and HTTP Requests
6 messages · Page 1 of 1 (latest)
yes
request has an argument for custom headers:
https://docs.godotengine.org/en/stable/classes/class_httprequest.html#class-httprequest-method-request
Godot Engine documentation
Inherits: Node< Object A node with the ability to send HTTP(S) requests. Description: A node with the ability to send HTTP requests. Uses HTTPClient internally. Can be used to make HTTP requests, i...
In my WPF app, the browser will pop up and the user logs in there. Would it be the same with Godot?
and I can add any .net library to a godot project? So I can use my existing code.
You can use GDExtension for interacting with existing code base.