Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default cfhttp error

    Ugh - I give up. Hi. I have the following line of code: <cfhttp
    url='#appFullPath#temp_sfiles/#session.userid#/#name#' method='head' /> When I
    dump cfhttp, I get: Charset [empty string] ErrorDetail Connect Exception:
    Connection refused Filecontent Connection Failure Header [undefined struct
    element] Mimetype Unable to determine MIME type of file. Statuscode
    Connection Failure. Status code unavailable. Text YES Any assistance in
    explaining why the connection failure (and resulting failure to define
    cfhttp.MIMEType, etc) would be thoroughly appreciated. Thank you. Todd

    cam_pdx Guest

  2. Similar Questions and Discussions

    1. CFHTTP
      Hello, I need to send data from a CF page to an asp.net page for processing via a URL string. The ASP page takes three parameters. Those being...
    2. How to post xml with cfhttp error?! HELP
      <cfhttp url = "http://10.1.6.211/ProposalGenerator.aspx" METHOD="POST" throwOnError = "yes" > <cfhttpparam name="propxml" TYPE="FORMFIELD"...
    3. cfhttp error "Invalid column header"
      I got a very simple csv file name "test.csv" which has from,to,email test,test,"test,test" My code <cfhttp name="get_file" url="test.csv"...
    4. CFHTTP - Connection Failure Error
      I'm having a very frustrating issue that I need help with. I am using CFHTTP to to a GET of an internal page so that I can parse it for some info....
    5. Error returning CFHTTP values
      Im trying to parse some html to get all the href values from it. Once I have the href's I try to remove the html tags from them and add the...
  3. #2

    Default Re: cfhttp error

    Sigh - strike that. That's the way it works. Search for hours. Post the question. Then realize the problem.

    cam_pdx 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