Currently, Apidog automatically includes a cookie in every request for a non-secure cookie. If the cookie is secure, it's not automatically included in the request. The workaround is to turn the secure flag
false
in the cookie jar. I don't have this issue in Postman. Please address this.