-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Reproduction
Steps to reproduce the behavior:
- call a get request to
https://www.novelupdates.com/wp-admin/admin-ajax.php?action=nd_ajaxsearchmain&strType=desktop&strOne=Against%20the%20Gods&strSearchType=series - response
please enable cookieswith status [403]
Expected behavior
The request should work as it dose not need any cookies.
When I am using the regular fetch everything work out really good and I am getting response but when I build an API
and used node-fetch the request above dose not work.
Your Environment
| software | version |
|---|---|
| node-fetch | node-fetch |
| node | ???? latest |
| npm | ???? latest |
| Operating System | Windows, visual code |
Reactions are currently unavailable