Modyfing headers in P5 HttpPost request?

Is it possible to modify the headers of an httpPost request made trough the httpPost() function in P5?For example adding a http authorization header?

I am not an expert on this, but wouldn’t the authorization be added on the server side? What schema are you referring to?

Kf

p5js.org/reference/#/p5/httpDo