Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
leifw #1
HTTPS and MMHttp in Dreamweaver CS3 for Mac
MMHttp doesn't seem capable of HTTPS communication in Dreamweaver CS3 for Mac.
When I do something like
MMHttp.getText("https://americanexpress.com");
the resulting response has no data and a status code of 0.
With
MMHttp.getText("http://americanexpress.com");
(i.e. non-SSL) the response has data and a status code of 200.
This works fine on a Windows version of Dreamweaver CS3. Does anyone have any
suggestions?
I've only tried this on a trial version of DW CS3 for Mac. I'm hoping to get
a full version soon.
leifw Guest
-
#38631 [Bgs]: fopen('https://...') or curl with https gives Segmentation fault
ID: 38631 Updated by: darkelder@php.net Reported By: roberto dot berto at gmail dot com Status: Bogus Bug... -
Problem with MMHttp.GetFile()
If I use MMHttp.GetFile("http://www.w3.org/Icons/valid-html401") the data property is ".../Icons/valid-html401/index.html"! Arghh! It's assuming... -
use MMHttp.getFile to get file from ftp server?
can i use MMHttp.getFile(ftp://user:pwd@ftp.Host.com:21/file.xml) to get file.xml from the ftp server? it always return 12007 Thx a lot -
MMHttp.getText or MMHttp.postText server timeout
We are using MMHttp.getText or MMHttp.postText to send requests to server. Some request take several minutes to complete and Dreamweaver gets a... -
PHP HTTPS POST Como hacer un POST https con PHP
http://wedoit4you.com/forums4you/display_message.php?Msg_pk_id=628 /** Author: Ing. Angel Leon Function: postHttps($url,$params) Given the... -
leifw #2
Re: HTTPS and MMHttp in Dreamweaver CS3 for Mac
I managed to get a full copy of Dreamweaver CS3 for the Mac. HTTPS doesn't work with MMHttp there either.
Do you have any suggestions?
leifw Guest



Reply With Quote

