mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
wip: debug
This commit is contained in:
parent
fcb18a0799
commit
5fadcd731c
@ -19,9 +19,10 @@ func MPv2MiddlewarConsent(next client.MPv2Handler) client.MPv2Handler {
|
||||
return next(r, payload)
|
||||
}
|
||||
|
||||
fmt.Println("---> 2")
|
||||
fmt.Println("---> 2: " + cookie.Value)
|
||||
data, err := base64.StdEncoding.DecodeString(cookie.Value)
|
||||
if err != nil {
|
||||
fmt.Println("---> 2: " + err.Error())
|
||||
return next(r, payload)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user