Skip to content

Commit

Permalink
Fixed missing header information for the populating phase
Browse files Browse the repository at this point in the history
  • Loading branch information
vvalerio-priv committed Nov 9, 2023
1 parent 8337fe6 commit 6a85bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/populate.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ var populateCmd = &cobra.Command{
r.Header.Add("path", "http://"+os.Getenv("LOCAL_IP")+":"+free_port_string+"/"+info.Name())
r.Header.Add("securityCode", "CodiceDiTest")
r.Header.Add("type", "single")
r.Header.Add("model", "EPOS-DCAT-AP-V1")

client := &http.Client{}
res, err := client.Do(r)
Expand Down

0 comments on commit 6a85bd0

Please sign in to comment.