Version: CefSharp.WPF 63.0.3 from NuGet.
I have a form that post it's data to _blank.
Depending on the outcome of the process the response will be a PDF file or a html site showing an user friendly error message.
I am able to download the pdf file. Also i can produce a post request resulting in an error message.
Using the LifespanHandler I can intercept the popup an create a custom window (using the cefsharp.wpf.example) But the custom window performs a get request (showing the form again) and not a post request (showing a pdf file or the error)
How can i detect if a pdf is returned or a message?