Bof Posted December 11, 2006 Posted December 11, 2006 How do I make my request header as POST instead of GET. I tried downloaded the newest IE.au3 that has the parameters for postdata but it doesn't seem to do anything
DaleHohm Posted December 11, 2006 Posted December 11, 2006 My tests with this have not worked either. MSDN documents that the post parameter must be a SAFEARRAY... I found a comment from SvenP (the AutoIt Com developer and architect) that things "automagically" get translated into a SAFEARRAY, but my experience as well as a recent discussion elsewhere in the forums suggest this is not true. It needs testing and an answer to the SAFEARRAY question... at this point I have no answers. Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
DaleHohm Posted December 11, 2006 Posted December 11, 2006 Dale, got a link to Sven's comment?Yes, Larry was the topic starter - objcreat problem - not much to work with I'm afraid.Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
Valik Posted December 11, 2006 Posted December 11, 2006 Yeah, I saw that already. That's the only time I can find where Sven has said "SAFEARRAY" although I'm sure I read some other stuff from him on them. Thanks anyway.
Bof Posted December 12, 2006 Author Posted December 12, 2006 So is there any other way to POST? Is there support for building a custom request header or something
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