Julien-cpsn / ATAC

A simple API client (postman like) in your terminal
https://atac.julien-cpsn.com/
MIT License
1.86k stars 81 forks source link

Insecure https requests/self signed certificates #98

Closed ficolas2 closed 1 month ago

ficolas2 commented 1 month ago

Is it possible to perform insecure requests with atac? Similar to --insecure in curl Often when developing we dont have all certificates set up correctly

adding .danger_accept_invalid_certs(true) in send.rs, on the client builder, would allow for this, so it would be nice to have a way to configure this, or to configure it per-request

Maybe in the request settings image