Advertisement
Guest User

Untitled

a guest
Oct 31st, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. axios
  2. .get('https://bracecreative-demo.lhlive.com/custom-object-types/2', {
  3. auth: {
  4. username: 'rcropley',
  5. password: 'nuknloeiimfexrue'
  6. },
  7. headers: {
  8. 'Content-Type': 'application/json',
  9. Accept: 'application/vnd.lighthouse.v1.hal+json',
  10. 'Access-Control-Allow-Origin': '*'
  11. }
  12. })
  13. .then(res => console.log(res));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement