You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was using this on one of my services I have a collection of headers that I need to include when passing the request along to the downstream service. Sometimes these headers have a value and sometimes they do not.
When I attempted to generated a signed request with my customer headers this library was throwing an error because it was trying to do a .toString() on an undefined value.
I have an idea for a fix for this and can open a PR 👍 Feel free to let me know if there would be a more appropriate location for this fix 😎 Thank you!
The text was updated successfully, but these errors were encountered:
Description
When I was using this on one of my services I have a collection of headers that I need to include when passing the request along to the downstream service. Sometimes these headers have a value and sometimes they do not.
When I attempted to generated a signed request with my customer headers this library was throwing an error because it was trying to do a
.toString()
on an undefined value.I have an idea for a fix for this and can open a PR 👍 Feel free to let me know if there would be a more appropriate location for this fix 😎 Thank you!
The text was updated successfully, but these errors were encountered: