Just a quick question (after a long period of sile...
# cfml-general
s
Just a quick question (after a long period of silence), but, it is possible to pass the current user's credentials to a cfhttp request?
z
their cookies? of course
an example we use for testing the lucee admin pages https://github.com/lucee/Lucee/blob/6.0/test/general/AdminPages.cfc#L55
s
@zackster we're using an older version of CF (10) with an IIS front-end (NTLM auth). Does your suggestion still apply in this scenario?
z
NTLM, well slightly different, it's all plain text, so maybe there are headers u need to pass thru?
s
well that s*cks, ntml auth support was only added in cf11+
😠
Anyhow, thank you for your quick response , @zackster
z