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
Hey @3rd-Eden@Swaagie just wanted to ask you guys if is there a way to see trailing headers with cURL or browsers? I just couldn't test this anywhere besides using the http client from Node (res.trailing).
Another thing I've seen is that even though I've set the etag trailing headers it seems that Chrome ignores it. Any thoughts on this?
The text was updated successfully, but these errors were encountered:
@alessioalex I do know that some headers cannot be send as trailing header. But I don't know if etag is of those. It's indeed odd that chrome doesn't show up the trailing headers but Node does. So I don't really know if something goes wrong here..
Hey @3rd-Eden @Swaagie just wanted to ask you guys if is there a way to see trailing headers with
cURL
or browsers? I just couldn't test this anywhere besides using the http client from Node (res.trailing).Another thing I've seen is that even though I've set the
etag
trailing headers it seems that Chrome ignores it. Any thoughts on this?The text was updated successfully, but these errors were encountered: