Forum Discussion

N4M's avatar
N4M
New Contributor
16 years ago

Non-standard HTTP Post request metod

Hi there,

First of all, congratulations for a great product. I'm not a coder but it's relatively easy to use SOAP UI and has lots of useful features... Thank you.

Now, les get back to HTTP business:

We have an application that requires non-url-formatted HTTP posts and I think at the moment this kind of requests are not supported. The application requires several parameters in the HTTP body in the format
“variable=value” separated by ASCII code 13 (new line).

Is this supported at the moment and if not do you think this kind request could be useful in a future version ?

Thanks.

Ovi
  • M_McDonald's avatar
    M_McDonald
    Super Contributor
    I created an HTTP Request step using the POST method and placed two values in the message body (see attachments.)

    Is this what you meant?
  • N4M's avatar
    N4M
    New Contributor
    Excellent, it works like a charm.

    I was trying to create parameters for the request, haven’t thought of simply inserting them in the “MediaType”.

    Thanks for your help.