I have a very basic php script sitting on my personal web server:

And I am pretty much doing the expected use case of using a Unity Web request to run this script and receive it’s value.
The problem is it is most of the time, I am receiving an error that simply reads: “HTTP/1.1 406 Not Acceptable”.
On the off-chance that this does succeed (which, i’m unable to tell why it acts differently), I get a massive wall of text which seems like a whole HTML script.
I would love any insight to this situation. Thank you!
P.s, when I open the URL or the php script in chrome, it performs perfectly.
