You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I had simular problem.
You just need to modify line 24 in file src/Thybag/Auth/SharePointOnlineAuth.php
FROM: $headers[] = "Content-Type: text/xml;";
TO $headers[] = "Content-Type: text/xml; charset=utf-8;";
Hi, i hope you can help me.
After i add an element to a list(via php and this API) i get a lot of "????" instead of "ä","ö","ü".
Where i can configure the encoding?
I the libray i just found "internal-Encoding"
Thanks!
Lon
The text was updated successfully, but these errors were encountered: