This tool breaks when processing POST requests with multipart forms. Add support for this. I think a POST that uses a multi-part form will probably not be very fruitful since it will likely return different messages for each response (for example, when uploading a file), but it shouldn't throw an exception. Should be handled gracefully.
This tool breaks when processing POST requests with multipart forms. Add support for this. I think a POST that uses a multi-part form will probably not be very fruitful since it will likely return different messages for each response (for example, when uploading a file), but it shouldn't throw an exception. Should be handled gracefully.