You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the views to use the latest version of the react-spectrum library.
Fix an issue where a valid JSON pasted in the Body Raw Textarea was saved as a string instead of the JSON parsing result. This was making the data element token replacements not work as expected.
Do not allow Body to be set on GET or HEAD requests. The fetch method doesn't allow that.
Fix a bug where saving a response larger than 5kb would make the rule execution fail.