Peter Hoopes
04/25/2023, 6:14 PMindex.cfm
file already in place. While I’m trying to write my onRequestStart
method to figure out whether or not CB should process the request, I’m running into some very weird redirection issues. I was wondering if by hitting https://<site>/coldbox.cfm?event=…
that I could filter that way…Ryan Albrecht
04/25/2023, 7:50 PMRyan Albrecht
04/25/2023, 7:50 PMRyan Albrecht
04/25/2023, 7:51 PMPeter Hoopes
04/25/2023, 9:03 PMonRequestStart
method, I could just call application.cbBootstrap.processColdBoxRequest()
directly. At least that seems like it would work…Peter Hoopes
04/25/2023, 9:04 PMRyan Albrecht
04/25/2023, 9:06 PMRyan Albrecht
04/25/2023, 9:06 PMPeter Hoopes
04/25/2023, 9:07 PMbdw429s
04/25/2023, 9:38 PMbdw429s
04/25/2023, 9:39 PMcoldbox.cfm
however. Chances are, you can figure out what you need using index.cfmPeter Hoopes
04/25/2023, 9:42 PM/index.cfm?event=main.test
, it’s trying to redirect to something back and forth so much by browser stops. When I’ve tried /index.cfm/main/test
it tries to send me to /index.cfm/main/index.cfm
. So something is up and I was trying to figure out what’s happening…bdw429s
04/25/2023, 9:43 PMPeter Hoopes
04/25/2023, 9:44 PM