cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP GET using url string gets truncated

fvestjens
Participant
0 Kudos
1,241

I'm using the following HTTP GET procedure but the URL string get's truncated.

http://procurement.denhartogh.local/api/connection-shipping-line-tariff?Appkey=41aaa56-e0f1-4033-a86... RTM&endPort_UN_Locode=US MSY&tF_ShippingLineId=3206&tF_CreditorId=3206&tF_BookingAddressId=3206&rateType=0&selectionDate=2019-10-31

The API receives only until the '....=NL'. So it looks like the string is truncated. It only receives the first 140 characters or so.

Is this a setting in the database?

Accepted Solutions (1)

Accepted Solutions (1)

fvestjens
Participant
0 Kudos

Found the issue. Need to convert the parameters to replace spaces with %20

Answers (0)