Send url in the request payloadf for expressjs

13 Views Asked by At

I'm facing an issue while reading the url in the request body sent by the front-end.

from front end: { "documentTypeId": 3, "imageUrl": "https://pbs.twimg.com/profile_images/1455185376876826625/s1AjSxph_400x400.jpg" }

but in the console log of expressjs backend { documentTypeId: 3, imageUrl: 'https://pbs.twimg.com/profile_images/1455185376876826625/s1AjSxph_400x400.jpg' }

0

There are 0 best solutions below