openBackhaul / ExecutionAndTraceLog

List of records of service requests
Apache License 2.0
1 stars 8 forks source link

Logic required in test suite to handle 4xx response when protocol HTTPS #279

Open DanaSunal opened 1 year ago

DanaSunal commented 1 year ago

cause: needs investigation, output suggests the forwarding was unsuccessfull (500 response code)

Request URL: http://x.x.x.x:3002/v1/regard-application request bodies:

{
  "application-name": "rZuEpewPkVoc",
  "release-number": "6.8.7",
  "protocol": "HTTPS",
  "address": {
    "ip-address": {
      "ipv-4-address": "252.90.160.51"
    }
  },
  "port": 2375
}
{
  "application-name": "ApplicationLayerTopology",
  "release-number": "2.0.1",
  "protocol": "HTTPS",
  "address": {
    "ip-address": {
      "ipv-4-address": "x.x.x.x"
    }
  },
  "port": 3005
}
venkat-nallati commented 1 year ago

protocol HTTPS is not yet supported to send/received requests, so changes required in Test suite when protocol HTTPS used to send request.

Logic required to handle 4xx response instead of 2xx response.