Bruno writes: >If you send JSON data, you probably have to send the right content type >(content type "application/json”). >Was Postman successful to send a json request ? >Or did it only work with x-www-form-urlencoded (content type >"application/x-www-form-urlencoded").
Postman only works with x-www-form-urlencoded. Now that I understand a bit more about how all of this works, I think this explains everything. >In the AWS component available here > https://github.com/blegay/aws_component > >There is a method > AWS__arrToCanonicalQueryString > >Which takes two text array pointers (key and values) and output a url encoded >query string. That’s sounds like what I’m looking for. It can help me make scaleable, reusable code. Many thanks, Tom Benedict ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

