Question
Odd....
I'm trying to display a page with <cfhttp> by using:
<cfhttp url="https://www.memberst.com/Programs/ProgramGuide.aspx?id=#returnString#&tagid=420"
port="443"></cfhttp> where returnString is a random number sequence......
When I try that, I get displayed on the page:
Object moved to here.
But when I have a link on a different page that points to:
<a href="https://www.memberst.com/Programs/ProgramGuide.aspx?id=#urlString#&tagid=420">
and click on the link, it works fine.
Why would this be? Any suggestions?
<cfhttp url="https://www.memberst.com/Programs/ProgramGuide.aspx?id=#returnString#&tagid=420"
port="443"></cfhttp> where returnString is a random number sequence......
When I try that, I get displayed on the page:
Object moved to here.
But when I have a link on a different page that points to:
<a href="https://www.memberst.com/Programs/ProgramGuide.aspx?id=#urlString#&tagid=420">
and click on the link, it works fine.
Why would this be? Any suggestions?