Jump to content

DaveDurant

Resident
  • Posts

    3
  • Joined

  • Last visited

Everything posted by DaveDurant

  1. Huh.. You are indeed correct - sorry, I didn't thoroughly retest. My bad. The script is trying to do an OAuth 2 login to a CRM system. Google says, and says only, that the error I'm getting means it's missing the correct Content-Type header in the POST. I changed the URL http://httpbin.org/post and the right headers are in there. Weird. Time for more digging, I guess. TY!
  2. That didn't seem to help. Any other ideas for being able to set the Content-Type?
  3. Hi, I'm trying to do a POST with llHttpRequest and need to set a HTTP_CUSTOM_HEADER for a specific Content-Type. When I try this, I get a script error: HTTP_CUSTOM_HEADER value is an invalid header. ContentType and Content_Type do not produce this script error. Just "a-b" does not have the error either, so I think this is something looking explicitly at Content-Type. Any tips? I don't control the server side and it wants a Content-Type.
×
×
  • Create New...