in reply to Re^2: How to make ajax requests in Dancer2
in thread How to make ajax requests in Dancer2
If the error only occurs with the Perl side, then there must be a difference in what Perl returns when compared with what PHP returns. Inspect both parts until you find the difference.
Consider maybe returning a static JSON file instead of using Perl to find out what the Javascript breaks on.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: How to make ajax requests in Dancer2
by fishmonger (Chaplain) on Aug 26, 2014 at 17:22 UTC | |
by Corion (Patriarch) on Aug 26, 2014 at 17:28 UTC |