Hi,
In postman I can send get request by putting content in body and by selecting text/plain as content type as shown below:
basically i'm trying to send x-www-form-urlencoded data through raw body because i don't to know how to send x-www-form-urlencoded request using AL if you know this then please help.
By the way this is working fine on postman but when I try to do this in AL (Code is below), this error occurs
so its shows error at response.content.readas right after client.send and this is the error
is there any problem in my code, or is there any other method to send request of x-www-form-urlencoded ?
Thanks