Can't figure out settings for WWWForm in browser

Hello all!

I can’t for the life of me figure out what I’m supposed to do to get POST functions to work when I build for webplayer. There have been several different posts from people with the same problem, but seemingly no working solutions in them.

The skinny:

I suspect there’s some server setting (mine’s with dreamhost) or header… thing that I’m unaware of, but I’m not sure where to look to even find out what. At one point I threw in a

        header.Add("Access-Control-Allow-Credentials", "true");
        header.Add("Access-Control-Allow-Headers", "Accept");
        header.Add("Access-Control-Allow-Methods", "POST");
        header.Add("Access-Control-Allow-Origin", "*");

for giggles, but no joy.

If anyone’s had this problem or knows where to start looking to solve it, I greatly appreciate the advice :slight_smile:

Thanks!

Sorry to bump this, but I’m still a bit miffed as to why I can’t get a response from the server with these wwwforms (I’ve posted on Answers, too). Is it even possible to use them with webplayer?