Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Input on ajax callbacks not working
#1
I just implemented a new callback and all worked as designed on my dev machine.  I'm passing one parameter, in this case '06:00'.  Below is the callback output, looks normal:


[Image: callback-1.png]


After I moved this app to my server the callback seemed to stop working and this is the output:
  • The 1st entry looks ok but returns a 302, not 200.
  • Following 6 entries immediately come from the app and the parameters are munged starting with the ':' also returning a 302. 
[Image: callback-2.png]



Thinking it's a parsing issue I base64 encoded the parameter (then decode it to use it).

[Image: callback-3.png]



Now everything works.  Don't know if this is related to the other callback issues but maybe it's a clue.
Reply


Messages In This Thread
Input on ajax callbacks not working - by MJS@mjs.us - 10-17-2019, 09:05 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)