Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
post xml data with XMLHttpRequest
#2
Hey Juergen

I got nearly the same problem, and I could solve it by reading this thread:
https://www.atozed.com/forums/thread-1402.html

I add these in ServerController.cpp and it works:
void __fastcall TIWServerController::IWServerControllerBaseConfig(TObject *Sender)
         
{
  TpaypalForm::SetURL("/", "paypalForm"); 
  //RegisterContentType(L"application/xml");   
  RegisterContentType(L"application/json");    //  <---------------------
}

Maybe it helps

Regards
 Jörg
Reply


Messages In This Thread
post xml data with XMLHttpRequest - by JuergenS - 08-23-2024, 03:26 AM
RE: post xml data with XMLHttpRequest - by joergb - 08-23-2024, 10:36 PM
RE: post xml data with XMLHttpRequest - by joergb - 08-25-2024, 03:16 PM
RE: post xml data with XMLHttpRequest - by joergb - 08-26-2024, 02:57 PM

Forum Jump:


Users browsing this thread: 4 Guest(s)