'Send url in the request payloadf for expressjs
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' }
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
