diff src/luan/modules/url/LuanUrl.java @ 1165:668f29bc52ea

clean up content-type
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 07 Feb 2018 23:16:12 -0700
parents dbb3cb906482
children d1911842c2be
line wrap: on
line diff
--- a/src/luan/modules/url/LuanUrl.java	Wed Feb 07 17:36:38 2018 -0700
+++ b/src/luan/modules/url/LuanUrl.java	Wed Feb 07 23:16:12 2018 -0700
@@ -229,7 +229,7 @@
 
 		// POST
 
-//		httpCon.setRequestProperty("Content-Type","application/x-www-form-urlencoded");
+//		httpCon.setRequestProperty("content-type","application/x-www-form-urlencoded");
 		httpCon.setDoOutput(true);
 		httpCon.setRequestMethod("POST");