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
Hello,
we are using opentelemetry and instrumenting urllib3 in pytest. Each request on the remote web-driver has traceparent header https://www.w3.org/TR/trace-context/#traceparent-header-field-values
It seems that selenoid is not forwarding the header to the browser, so we are not able to see the traces coming from backend.
Can you please include the traceparent header (if exist) in the request to the browser?
The text was updated successfully, but these errors were encountered:
davidamir10
changed the title
traceparent header not forwarded to browser images
traceparent header not forwarded to browser container
Aug 25, 2022
@davidamir10 Selenoid is reverse proxying all requests except new session request. Could you please provide an exact HTTP request header that you want to reverse proxy?
Hello,
we are using opentelemetry and instrumenting urllib3 in pytest. Each request on the remote web-driver has traceparent header
https://www.w3.org/TR/trace-context/#traceparent-header-field-values
It seems that selenoid is not forwarding the header to the browser, so we are not able to see the traces coming from backend.
Can you please include the traceparent header (if exist) in the request to the browser?
The text was updated successfully, but these errors were encountered: