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-a864-7d9fd5c39e4f&startPort_UN_Locode=NL 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?

asked 14 Nov '19, 09:49

Frank%20Vestjens's gravatar image

Frank Vestjens
1.3k354564
accept rate: 21%


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

permanent link

answered 14 Nov '19, 10:42

Frank%20Vestjens's gravatar image

Frank Vestjens
1.3k354564
accept rate: 21%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×64
×31

question asked: 14 Nov '19, 09:49

question was seen: 892 times

last updated: 16 Dec '19, 02:47