MMHttp.getText or MMHttp.postText server timeout

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default 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 timeout
    before the request completes. Is there any way to increase the wait time?

    Dave Otto Guest

  2. Similar Questions and Discussions

    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 ...
    2. 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...
    3. 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
    4. WebService ignoring timeout properties? (Server was unable to process request. --> Timeout exired)
      Hi! I have a webservice serving the latest orders from a webshop. The customer uses a forms app client to fetch these orders and push them into...
    5. Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
      Gary Why not just change the connection timeout property? Your doing an update statement, which could take various amounts of time depending on...
  3. #2

    Default Re: MMHttp.getText or MMHttp.postText server timeout

    Dave Otto wrote:
    > We are using MMHttp.getText or MMHttp.postText to send requests to server.
    > Some request take several minutes to complete and Dreamweaver gets a timeout
    > before the request completes. Is there any way to increase the wait time?
    Is it the server timeing out, or Dreamweaver itself? What is the exact
    message that you get?

    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Team Macromedia for Dreamweaver : [url]http://macromedia.com/go/team/[/url]
    danilocelic *TMM* Guest

  4. #3

    Default Re: MMHttp.getText or MMHttp.postText server timeout

    The server completes the request but MMHttp.postText() returns a status I think of 12002. I need to contact our customer to get the exact error code.
    Dave Otto Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139