Hi! Do you know what's actually going on in Oxid? I cannot check atm but I think it takes everything that was sent with POST for itself.
But a good idea is converting the chars. I'll try to send it like I would normally send the GET parameters, maybe that works. Thanks for your ideas so far! Best, Korbinian On Do, 2010-05-27 at 12:06 +0200, Alexander Kludt wrote: > or you could base64 encode the xml before sending it there > -- > > mit freundlichen Grüßen > Alexander Kludt > __________________________ > > > [email protected] schrieb: > > How about converting the "htmlspcialchars" (<>) to their HTML-entities > > (<>...) before sending, and reconverting them before processing? > > > > So OXID would not see any XML? > > > > -----Ursprüngliche Nachricht----- > > Von: [email protected] > > [mailto:[email protected]] Im Auftrag von Korbinian > > Ober > > Gesendet: Donnerstag, 27. Mai 2010 11:35 > > An: [email protected] > > Betreff: [oxid-dev-general] Using POST to send data to Oxid Module > > > > Hi everyone, > > > > we are currently trying to create a new way to upload to stock to Oxid > > shops with our interface connector. Usually we sent data with GET method > > and appended XML with stock. We want to change this to POST so we can > > actually update more items in one go. But when I try to POST data to our > > module, Oxid somehow tries to interpret the XML I've sent and I get a lot > > of strange errors. > > Can someone help me how I can send POST data to a special Oxid Module? > > > > Thanks a lot, > > > > Korbinian > > > > _______________________________________________ > > dev-general mailing list > > [email protected] > > http://dir.gmane.org/gmane.comp.php.oxid.general
_______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
