HttpParams doesn't work in angular getting 502 error

前端 未结 2 1319
旧巷少年郎
旧巷少年郎 2021-01-28 13:46

I am using angular 8

  • I am using HttpParams in Sending Data to the Server via Post method
  • I am getting 502 statu
2条回答
  •  甜味超标
    2021-01-28 14:25

    Tried visiting the api endpoint on browser, check if the URL is correct, and maybe include access control allow origin in your header

提交回复
热议问题