Forum Discussion
Is there a maximum URL length for the Web.Contents function?
- Anonymous8 years ago
Anonymous,
I haven't found any infomation about maximum URL for Web.Contents() function. For OData.Feed() function, there is aMaxUriLengthproperty.
In your scenario, I would recommend you use Fiddler to track what is going on in the background.
Regards,
Lydia
Anonymous,
I haven't found any infomation about maximum URL for Web.Contents() function. For OData.Feed() function, there is a MaxUriLength property.
In your scenario, I would recommend you use Fiddler to track what is going on in the background.
Regards,
Lydia
Thanks, it turns out that there is a limit to the URL length as part of the API.
I do have a follow on question related to the conversion of a GET request, which can't handle the URL length, to a POST request which should be able to. That question is posted here. If you are able to have a look at this it would be much appreciated.