• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cfhttp - Object moved

Community Beginner ,
Jun 11, 2014 Jun 11, 2014

Copy link to clipboard

Copied

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

Views

362

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Jun 11, 2014 Jun 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

Votes

Translate

Translate
Community Beginner ,
Jun 11, 2014 Jun 11, 2014

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation