Skip to main content
Inspiring
June 11, 2014
Answered

cfhttp - Object moved

  • June 11, 2014
  • 1 reply
  • 428 views

Guys, I have a doubt with the CF 11.

When put that way chttp CF 11 returns, while making a dump the "Object moved" message

<cfhttp url="http://site.com.br/email/envia.cfm" method="post" charset="utf-8">

     <cfhttpparam type="url" name="IdCodigo" value="#qMaxID.IdCodigo#">

     <cfhttpparam type="url" name="EmaInt" value="#val(arguments.EmaInt)#">

     <cfhttpparam type="url" name="tipo" value="3">

</cfhttp>

And so it works normally.

<cfhttp url="site.com.br/email/envia.cfm?IdCodigo=#qMaxID.IdCodigo#&EmaInt=#val(arguments.EmaInt)#&tipo=3" charset="utf-8"></cfhttp>

He had no problems in CF9, but now the 11 is so.

Anyone know what's going on?

Thanks

    This topic has been closed for replies.
    Correct answer HilsoJunior

    I just found an article by Raymond Camden.

    The solution to my problem. Follow the link to you as a reference if needed.

    http://www.raymondcamden.com/index.cfm/2014/5/22/Important-note-about-ColdFusion-11-and-CFHTTP

    Thanks

    1 reply

    HilsoJuniorAuthorCorrect answer
    Inspiring
    June 11, 2014

    I just found an article by Raymond Camden.

    The solution to my problem. Follow the link to you as a reference if needed.

    http://www.raymondcamden.com/index.cfm/2014/5/22/Important-note-about-ColdFusion-11-and-CFHTTP

    Thanks