Skip to content

Fix spur put experiments

Samuel GAIST requested to merge 557_fix_spur_put_experiments into master

This merge request fixes an issue appearing only with Safari that can send a PUT command while at the start doing a GET.

That PUT call does not go through but still does enough to trigger an error since the writing serializer for the experiment is set to none as the PUT is currently custom handled.

Adding a dummy serializer here allows for the call to succeed.

Fixes #557 (closed)

Merge request reports