alexandrehtrb / Pororoca

An API testing tool with support for HTTP/2 and HTTP/3. Alternative to Postman.
https://pororoca.io
Other
500 stars 38 forks source link

Highlight validation fields with problems of client certificate auth #37

Closed alexandrehtrb closed 1 year ago

alexandrehtrb commented 1 year ago

We could highlight fields with validation problems of client certificate auth. We are already doing this with URL, HTTP version and some request body fields.

This needs to be done for HttpRequest and WebSocketConnection.

Relevant ViewModel code:

https://github.com/alexandrehtrb/Pororoca/blob/82889e79f6cef91438252ff42f3cd9662c3c9c03/src/Pororoca.Desktop/ViewModels/HttpRequestViewModel.cs#L552-L567

The highlight appears when the VM property is true:

https://github.com/alexandrehtrb/Pororoca/blob/82889e79f6cef91438252ff42f3cd9662c3c9c03/src/Pororoca.Desktop/Views/HttpRequestView.xaml#L92

alexandrehtrb commented 1 year ago

Done, will be published in next release