Question
Replace content in CFHTTP content
We are using CFHTTP to grab some content from a sister site
of ours. When displaying the cfhttp.FileContent we want to remove
certain elements from the page. The problem is the elements to
remove are often large chunks of code as opposed to just a word
here and there. I tried doing a cfsavecontent variable and replace
the cfhttp.FileContent stream with the cfsavecontent variable but
it doesn't want to work. Is there an easier way to do this? Like
specify a starting point of the chunck of code to remove and an end
point and removing everything from the start to the end point from
the cfhttp stream?
THANKS
THANKS