Apparently what I am trying to do on the front-end is incredibly unusual - I want the web browser to do a navigation event to a URL, and submit some JSON as an HTTP Post.
Google says the rest of the world wants to Not Navigate using jquery $.ajax. But not me - I want to navigate and post json.
I already have the whole thing working with $.ajax, including creating the JSON. How do I get the JSON POSTed and also cause the browser to navigate at the same time?
Does jQuery have a command for this? Let's try to keep the solution in jQuery instead of adding more HTML to the page, if possible.
Thanks everyone!