Skip to content

Instantly share code, notes, and snippets.

@zhuowei
Created January 17, 2026 02:48
Show Gist options
  • Select an option

  • Save zhuowei/aff4709910a573352ae97c4427846f35 to your computer and use it in GitHub Desktop.

Select an option

Save zhuowei/aff4709910a573352ae97c4427846f35 to your computer and use it in GitHub Desktop.
curl -H 'Content-Type: text/xml;charset=utf-8' -H 'SOAPAction: VTechDA.WService/GetDLContentSignedCookies' -H 'Connection: Keep-Alive' --compressed -H 'Accept-Language: en-US,*' -H 'User-Agent: Mozilla/5.0' -H 'Host: www.vtechda.com:443' -X POST https://www.vtechda.com/wservices/DLContentPlugin.asmx -d "$(printf '<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">\x0a<SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">\x0a<CommonHeader xmlns="VTechDA.WService">\x0a<strToken xsi:type="xsd:string" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">dnZ7cmN7d3hjfHN0ZncIYHVgFAZ2awA=</strToken>\x0a</CommonHeader>\x0a</SOAP-ENV:Header>\x0a<SOAP-ENV:Body xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">\x0a<GetDLContentSignedCookies xmlns="VTechDA.WService">\x0a<PID xmlns="VTechDA.WService" xsi:type="xsd:int" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">1705</PID>\x0a<sCountry xmlns="VTechDA.WService" xsi:type="xsd:string" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">FR</sCountry>\x0a<sLang xmlns="VTechDA.WService" xsi:type="xsd:string" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">fre</sLang>\x0a<sDeviation xmlns="VTechDA.WService" xsi:type="xsd:string" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"></sDeviation>\x0a<sEID xmlns="VTechDA.WService" xsi:type="xsd:string" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"></sEID>\x0a<nExpireDurationInSecond xmlns="VTechDA.WService" xsi:type="xsd:int" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">300</nExpireDurationInSecond>\x0a</GetDLContentSignedCookies>\x0a</SOAP-ENV:Body>\x0a</SOAP-ENV:Envelope>\x0a')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment