Skip to content

Fixing response header

Ole Christian Eidheim requested to merge Arash-codedev:patch-1 into master

Created by: Arash-codedev

Previously, running

$.post( "json", JSON.stringify({ firstName: "John", lastName: "Smith", age: 25 }) );

would give an error message in Firefox browser console syntax error

Now, this error message is not shown.

Merge request reports