CarlosAdrian Posted February 27, 2012 Share Posted February 27, 2012 Dear Sirs, I am developing a connector between my SQL Server Application and Prestashop Webservice. I am using .NET and it works fine for almost all tables, I can read, update, etc. but I cannot update "product" table, because the header of the post is too long for my Apache server (it is 10K an Apache only accepts 8K). I know IIS server has the header limit size fixed to 16K but Apache servers only let you send headers up to 8K. You can change this configuration if you setup the LimitRequestFieldSize directive to 16K in the httpd.conf and the DEFAULT_LIMIT_REQUEST_FIELDSIZE also to 16K in the httpd.h file. Well, my problem is that my hosting does not let me change these parameters, so I cannot send the product modifications to the webservice, because it size is near 10K. Anyone has a similar problem? How have you solved it? I would like to know if any of you is using Prestashop Webservice in an Apache shared server. In that case, are you able to update "product" table via webservice? Thank you very much. Link to comment Share on other sites More sharing options...
Senthilkumar Posted October 9, 2013 Share Posted October 9, 2013 hI, I'm working to implement the prestashop webservice access in our .Net windows application. Can you please give me the sample code to how to retrieve the Orders using any Prestashop test url. Senthil Link to comment Share on other sites More sharing options...
alsitn Posted October 10, 2013 Share Posted October 10, 2013 you cannot change DEFAULT_LIMIT_REQUEST_FIELDSIZE other than at compile time. see this link for more info Link to comment Share on other sites More sharing options...
Totti Posted February 25, 2014 Share Posted February 25, 2014 I would like to add a product and its attributes as I do?Sometimes the xml schema is to be transmitted in the post? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now