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
I have a similar use case as #705, however in mine I need to set a Referer header on every request. 705's workaround didn't work for me and couldn't find any way of setting the header.
Maybe for simple use cases like mine having Wallaby.HTTPClient.headers/0 as a public function would be just enough to get me going. However I understand that "simply" changing to a public function can give rise to other issues.
Can you consider adding some way for specifying request headers in the future?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a similar use case as #705, however in mine I need to set a
Referer
header on every request. 705's workaround didn't work for me and couldn't find any way of setting the header.Maybe for simple use cases like mine having Wallaby.HTTPClient.headers/0 as a public function would be just enough to get me going. However I understand that "simply" changing to a public function can give rise to other issues.
Can you consider adding some way for specifying request headers in the future?
Thanks for this great software! 👍🏼
Beta Was this translation helpful? Give feedback.
All reactions