skip to Main Content

Javascript – JSON Body request to be sent as encodedurl postman

I have a request which need to be sent in Postman as urlencoded value like in the following (I changed some value just to be sure is not sensitive data) notifications%3D%0A%5B%7B%22clientFileUuid%22%3A%20%22123456-fc21-496d-96d4-dfgfdgdfgfgd%22%2C%22id%22%3A%2212345678%22%2C%20%22date%22%3A%20%222023-12-04T09%3A31%3A02.678871Z%22%20%2C%22event%22%3A%22ACCEPTATION%22%2C%20%22externalId%22%3A%20%22222222222-fc21-496d-96d4-a00bd36a0be0%22%7D%5D The same need to be prepared in its decoded…

VIEW QUESTION

How do I sort two Json strings with different types?

Please tell me how to check which json was received. The VK API server sends a normal response: { "ts": "209", "updates": [{ "event_id": "0237692ceafd3e", "group_id": 00000001, "object": { "client_info": { "button_actions": ["text", "vkpay", "open_app", "location", "open_link", "callback", "intent_subscribe", "intent_unsubscribe"],…

VIEW QUESTION
Back To Top
Search