A user just called and said that a function wasn't working. I tested it at my end, all working. Set up a screenshare and noticed that she was getting a 302 response. When we opened up the Request URL in a fresh tab the expected data was returned So, both on windows, same browser, same function, same input data What would suddenly cause that to happen?
Cookies/login credentials different with one? Going to be tough since it's most likely going to be in your application that's doing it. So might have to dig in there to find the logic as to why.
login different, but this is one of my admins so her login privs are the same as mine. Will be fun digging around to fix.
Maybe make a test account you guys can both use to see if you see different results when both using the same account? If it's still different, at least you could eliminate it being account specific.