Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^4: How to make ajax requests in Dancer2

by fishmonger (Chaplain)
on Aug 26, 2014 at 17:22 UTC ( [id://1098636]=note: print w/replies, xml ) Need Help??


in reply to Re^3: How to make ajax requests in Dancer2
in thread How to make ajax requests in Dancer2

Can you give a simple/short JSON example based on my posted code? I've never used JSON.
  • Comment on Re^4: How to make ajax requests in Dancer2

Replies are listed 'Best First'.
Re^5: How to make ajax requests in Dancer2
by Corion (Patriarch) on Aug 26, 2014 at 17:28 UTC

    I don't have your working PHP code, and I don't have the time to do your legwork, sorry.

    Have you considered visiting the PHP JSON URL with your browser, and then comparing the result you get there with the result you get when you visit the Perl JSON URL with your browser?

    I guess that for the Perl version, /p_details is the one you want.

    But I also see that, if I understand the Dancer documentation correctly, that URL won't return the appropriate application/json (or whatever is needed) content type.

    You will want to send the same headers from Perl that you send from your PHP script. You will also send the same JSON from Perl that you send from your PHP script. The template you show for (supposedly) /p_details is not JSON. Ajax mostly wants JSON.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1098636]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-04-24 07:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found