-
Notifications
You must be signed in to change notification settings - Fork 139
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
Long string being truncated #149
Comments
If I add the following to https://github.com/probot/smee-client/blob/master/index.js#L34
It works fine. Not sure why it's +8 though. I tried this PR's code locally and it didn't work https://github.com/probot/smee-client/pull/148/files EDIT: It's not always +8, so some of my webhooks work and some don't. |
I tried this #122 locally and it worked. |
@hiimbex @JasonEtco @lee-dohm @zeke 🙏 can one of you accept one of the above listed PR for this issue (that will also close #142 i think) |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
I was using ngrok to proxy my local dev server before, but I would like to move to smee. I've noticed that for a really long string (a signature) that I'm not getting the same results from ngrok and smee. The lengths:
ngrok: 684
smee: 678
smee's version will fail my webhook signature validation. Is there some kind of max length to a field before it gets truncated?
Update: I can see my webhook on
smee.io
and it's not being truncated there, and I added logs to to inside ofsmee-client
here https://github.com/probot/smee-client/blob/master/index.js#L19 and it seems to receive the data fine.Also getting the following errors:
The text was updated successfully, but these errors were encountered: