I’m trying to get a api from twitter but it when authorizing it saying Header unallowed character “_”
['authorization'] = "OAuth",
['oauth_consumer_key'] = httpservice:UrlEncode(consumerKey),
['oauth_nonce'] = httpservice:UrlEncode(nonce),
['oauth_signature'] = httpservice:UrlEncode(signingKey),
['oauth_signature_method'] = httpservice:UrlEncode("HMAC-SHA1"),
['oauth_timestamp'] = httpservice:UrlEncode(timestamp),
['oauth_version'] = "1.0"