mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fixes #1598 This regression was caused by #1531 - allowing the http request node use any method. The full fix is to identify which common verbs must not include a payload and exclude them. GET needs fixing right now.