While working on the POST request , we re encountering HTTP 419 and Page expiration response in the response of request
This is the most common issue that we encountered during many of our assignment where we have to upload a file or where there is content type of multipart or webkitformboundary
So below are the possible steps to remove the issue
1. Select the Follow redirect(If redirection are there) , Use Multipart/form-data
2. Delete the Content- Type header from the request headers
This will most probably resolve the issue
Happy Testing... with Perfeasy... AI based automated tool for performances testing