ElectricVampire

Results 16 comments of ElectricVampire

@luboid : I also have some projects which are on ADO.NET/Dapper. I am starting work on this from next week. I will put a comment here when my work is...

@CodeBlanch Is your PR still under consideration for merging.

Logs : ``` %7|1692263746.477|SASL|rdkafka#consumer-1| [thrd:sasl_ssl://b-3.test.kafka.us-east-1.am]: sasl_ssl://b-3.test.kafka.us-east-1.amazonaws.com:9096/3: Initializing SASL client: service name kafka, hostname b-3.test.kafka.us-east-1.amazonaws.com, m echanisms SCRAM-SHA-512, provider SCRAM (builtin) %7|1692263746.477|SASLSCRAM|rdkafka#consumer-1| [thrd:sasl_ssl://b-3.test.kafka.us-east-1.am]: sasl_ssl://b-3.test.kafka.us-east-1.amazonaws.com:9096/3: SASL SCRAM client in state client-first-message %7|1692263746.477|SASL|rdkafka#consumer-1|...

@emasab Is there any handler I can configure on client side when authentication request triggers. We don't get any event of password change, but can pull the latest password when...

@ashishdhingra 1. Our application is multi layer application and in request/response pipeline there are various component not owned by our team. One of such component clears all the cookies for...

awselb/2.0 Headers in Browser : (**Issue**) Set-Cookie testCookie=ABC; Set-Cookie testCookie=; // This will clear the cookie as its after ABC Set-Cookie dummy=abc; Kestrel Headers in Browser (**Expected**) Set-Cookie dummy=abc; Set-Cookie...