Answered
CFIMAGE question
Hello,
I am using CFIMAGE to grab a dynamically generated jpg image from a internal server, converting it to a gif and then adding a watermark image on top of it using imagepaste.
The code seems to work fine for one URL, but not another (the url contains values used to dynamically create the image and are required).
Good url
http://10.0.0.166:8082/Masters/LO/SPLO01-58?mps_copyfit=all&scale=2&layerattribute=white%20mask&visible=yes
Bad url
http://10.0.0.166:8082/Masters/LO/SPLO01-58?mps_copyfit=all&Text01=made fresh&Text02=LL&Text03=luciano&Text04=linguini&Text05=from scratch&Text06=&Text07=&Text08=&Text09=&Text10=&Text11=&Text12=&Text13=&scale=2&layerattribute=white%20mask&visible=yes
Are their characters in the 'bad url' that are forbidden or is possible that the 'source' in CFIMAGE has a max length? Other ideas?
Best regards,
Kevin R.
I am using CFIMAGE to grab a dynamically generated jpg image from a internal server, converting it to a gif and then adding a watermark image on top of it using imagepaste.
The code seems to work fine for one URL, but not another (the url contains values used to dynamically create the image and are required).
Good url
http://10.0.0.166:8082/Masters/LO/SPLO01-58?mps_copyfit=all&scale=2&layerattribute=white%20mask&visible=yes
Bad url
http://10.0.0.166:8082/Masters/LO/SPLO01-58?mps_copyfit=all&Text01=made fresh&Text02=LL&Text03=luciano&Text04=linguini&Text05=from scratch&Text06=&Text07=&Text08=&Text09=&Text10=&Text11=&Text12=&Text13=&scale=2&layerattribute=white%20mask&visible=yes
Are their characters in the 'bad url' that are forbidden or is possible that the 'source' in CFIMAGE has a max length? Other ideas?
Best regards,
Kevin R.
