• Resolved gekomees

    (@gekomees)


    How do I send XML data, meaning how do I handle the XML data sent to the API endpoint? I haven’t found a method to get the sent data. Maybe I’m misunderstanding the XML mode.
    What I need is to create an XML file for every form submission.

Viewing 1 replies (of 1 total)
  • Thread Starter gekomees

    (@gekomees)

    Found the solution. Seems that
    trim(file_get_contents('php://input'))
    works

Viewing 1 replies (of 1 total)
  • The topic ‘How to handle XML submissions?’ is closed to new replies.