79195436

Date: 2024-11-16 15:20:03
Score: 1
Natty:
Report link

This worked pretty well for me

const response = await axios.get('url', {
        auth: {
          username: 'Jane',
          password: 'doe'
        },
      });
      const result = response.data;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yusuf Yasir