Rank: Newbie Groups: Member
Joined: 3/27/2017 Posts: 1
|
Since upgrading to 17.0.95 we have encountered an issue where post data is being sent as query string parameters and not as part of the body of the http request.
Here's an abbreviated code snippet:
options = new HtmlToPdfOptions(); ... options.AddPostData(data.Key, data.Value); ... HtmlToPdf.ConvertUrl(printUrl, doc, options); ...
This was working fine in our (very) old version of EO (5.0.89). We noticed this issue because the URL exceeded the max allowed size.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We have confirmed this to be an issue in the current build. We will post a new build with the fix as soon as possible and update again as soon as the new build is posted.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
This is just to let you know that we have posted a new build that should resolve this issue. You can download the new build from our download page. Please take a look and let us know how it goes.
Thanks!
|