Skip to content

Passed

org.eclipse.scout.rt.rest.jersey.client.ScoutApacheConnectorTest.testProxyActiveAuthenticate

Took 0.1 sec.

Standard Output

2024-07-16 11:02:26,720 INFO  [qtp810695005-57] org.eclipse.scout.rt.rest.jersey.RestClientHttpProxyServlet.service(RestClientHttpProxyServlet.java:49) - HTTP Headers:
  Accept: 'application/json'
  X-Scout-Correlation-Id: '7cbfb4ba-c3a7-44c4-99e2-77b69d5e90f8'
  Connection: 'close'
  User-Agent: 'Generic'
  Host: 'localhost:36411'
  Accept-Language: 'en-US'
  Accept-Encoding: 'gzip, x-gzip, deflate'
2024-07-16 11:02:26,737 INFO  [qtp810695005-57] org.eclipse.scout.rt.rest.jersey.RestClientHttpProxyServlet.service(RestClientHttpProxyServlet.java:49) - HTTP Headers:
  Accept: 'application/json'
  X-Scout-Correlation-Id: '7cbfb4ba-c3a7-44c4-99e2-77b69d5e90f8'
  Connection: 'close'
  User-Agent: 'Generic'
  Host: 'localhost:36411'
  Accept-Language: 'en-US'
  Proxy-Authorization: 'Basic dXNlcjpwYXNz'

Standard Error

2024-07-16 11:02:26 INFO 1 * Sending client request on thread main
1 > GET http://localhost:36411/echo?status=200&requireAuth=true&proxyUser=user&proxyPassword=pass
1 > Accept: application/json
1 > Accept-Language: en-US
1 > X-Scout-Correlation-Id: 7cbfb4ba-c3a7-44c4-99e2-77b69d5e90f8

2024-07-16 11:02:26 INFO 1 * Client response received on thread main
1 < 200
1 < Connection: close
1 < Content-Type: application/json
1 < Date: Tue, 16 Jul 2024 11:02:26 GMT
1 < X-Scout-Correlation-Id: 7cbfb4ba-c3a7-44c4-99e2-77b69d5e90f8
{"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","data":"proxy-ok"}}