Skip to content
Snippets Groups Projects
  • Miller, Ross's avatar
    b4cc9b09
    Changes to the HTTP POST function · b4cc9b09
    Miller, Ross authored
    Couple of minor changes to make POST requests work properly:
    1) Need a blank line before the start of the data in multi-part mime
    data
    2) Separate file data from other data (by using a second PostDataMap
    reference) because it needs to be handled a little differently in the
    mime encoding
    
    Refs #7769
    b4cc9b09
    History
    Changes to the HTTP POST function
    Miller, Ross authored
    Couple of minor changes to make POST requests work properly:
    1) Need a blank line before the start of the data in multi-part mime
    data
    2) Separate file data from other data (by using a second PostDataMap
    reference) because it needs to be handled a little differently in the
    mime encoding
    
    Refs #7769
Code owners
Assign users and groups as approvers for specific file changes. Learn more.