XML Post

Matthew.PickleMatthew.Pickle Posts: 7
edited December 14, 2005 1:37PM in ANTS Load
I need to Post Data to the body of a HttpRequest. Is this possible with AntsLoad?

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    If you're talking about multipart/form-data POST requests, you may want to get a patch from us for the script recorder if it is not recording these properly.

    Otherwise, yes, using the SetPostData method you can construct custom requests in bytes and send these to the server. You just need to make sure that the request is correctly formatted as a multipart/form-data request.
  • Brian,

    We purchased a license and 1 year support. Should I already have the patch you list below if when I click Help/Check for Updates and it says my software is up to date?
  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Nope -- this is a patch and Red Gate's check for updates only detects 'official' releases of software.

    I can send the updated files to you by email if you want them -- bear in mind that if you're not having any problems with the script recorder or SSL requests then you may be better off without the update as it hasn't been thoroughly tested!
This discussion has been closed.