-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use “=” in the headers value #64
Comments
I have to use the Cookies header, and the Cookie: key1=value1; key2=value2 I tried to make it run, but i cannot find any solution. |
you can try |
好嘞,多谢 |
If settings are same as drone-webhook? |
It's a fork. I just fixed "=" bug. This repository seems to be out of maintenance |
多谢,现在能正常发出请求了 |
@DongyunLee drone k8s 中构建镜像用 drone-kaniko比较方便 |
收到,我学习一下 |
Using base64 encoded data in the header, webhook does not work.
Because the following code:
Maybe it could be changed to
strings.SplitN(value, "=", 2)
The text was updated successfully, but these errors were encountered: