Skip to content

Commit

Permalink
Merge pull request #4270 from telefonicaid/hardening/fix-user-agent-i…
Browse files Browse the repository at this point in the history
…n-ftest

FIX user-agent headers in ftest
  • Loading branch information
danielvillalbamota authored Jan 12, 2023
2 parents 01752d2 + 71f1a2b commit 18d3634
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Date: REGEX(.*)
POST http://127.0.0.1:REGEX(\d+)/notify
Fiware-Servicepath: /sss
Content-Length: 24
User-Agent: orion/3.7.0-next libcurl/7.74.0
User-Agent: orion/REGEX(\d+\.\d+\.\d+.*)
Ngsiv2-Attrsformat: custom
Host: 127.0.0.1:9997
Accept: application/json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Date: REGEX(.*)
POST http://127.0.0.1:REGEX(\d+)/notify
Fiware-Servicepath: /sss
Content-Length: 129
User-Agent: orion/3.7.0-next libcurl/7.74.0
User-Agent: orion/REGEX(\d+\.\d+\.\d+.*)
Ngsiv2-Attrsformat: custom
Host: 127.0.0.1:9997
Accept: application/json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Date: REGEX(.*)
POST http://127.0.0.1:REGEX(\d+)/notify
Fiware-Servicepath: /
Content-Length: 174
User-Agent: orion/3.7.0-next libcurl/7.74.0
User-Agent: orion/REGEX(\d+\.\d+\.\d+.*)
Ngsiv2-Attrsformat: custom
Host: 127.0.0.1:9997
Accept: application/json
Expand Down Expand Up @@ -277,7 +277,7 @@ Date: REGEX(.*)
POST http://127.0.0.1:REGEX(\d+)/notify
Fiware-Servicepath: /
Content-Length: 173
User-Agent: orion/3.7.0-next libcurl/7.74.0
User-Agent: orion/REGEX(\d+\.\d+\.\d+.*)
Ngsiv2-Attrsformat: custom
Host: 127.0.0.1:9997
Accept: application/json
Expand Down Expand Up @@ -327,7 +327,7 @@ Date: REGEX(.*)
POST http://127.0.0.1:REGEX(\d+)/notify
Fiware-Servicepath: /
Content-Length: 176
User-Agent: orion/3.7.0-next libcurl/7.74.0
User-Agent: orion/REGEX(\d+\.\d+\.\d+.*)
Ngsiv2-Attrsformat: custom
Host: 127.0.0.1:9997
Accept: application/json
Expand Down

0 comments on commit 18d3634

Please sign in to comment.