You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am supporting a legacy application which sends data using a multi-part form. When it finishes sending, it sends a final request without any data, just form fields. I don't have access to the source, but I assume it's done in some sort of loop and when it runs out of data to send, it sends a field to indicate that no more data is coming but doesn't change the way it formats the request. This causes the application to fail as it doesn't get the response it expects.
So, I would say that it should be removed, or at least a flag to enable ignoring empty multi-part data.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
In the line of code referenced you ask if that section of code is needed. I would say no.
xss-mw/xss.go
Line 376 in 7a0dab8
I am supporting a legacy application which sends data using a multi-part form. When it finishes sending, it sends a final request without any data, just form fields. I don't have access to the source, but I assume it's done in some sort of loop and when it runs out of data to send, it sends a field to indicate that no more data is coming but doesn't change the way it formats the request. This causes the application to fail as it doesn't get the response it expects.
So, I would say that it should be removed, or at least a flag to enable ignoring empty multi-part data.
Thanks!
The text was updated successfully, but these errors were encountered: