Search results

  1. volcelhmptn

    Dev news: Launching API version 2 (also v1 deprecation notice) | Last updated 2021-01-17

    @veopot well if the api doesnt provide filtered chapters you can filter them yourself with javascript. they do provide language tags to do this
  2. volcelhmptn

    Dev news: Launching API version 2 (also v1 deprecation notice) | Last updated 2021-01-17

    @veopot почему бы не сделать это самому? для меня что то вроде такого работает: var ruChapters = chapterArray.data.chapters.filter(chapter => chapter.language == "ru");
  3. volcelhmptn

    Dev news: Launching API version 2 (also v1 deprecation notice) | Last updated 2021-01-17

    I've been using the cors-anywhere demo server as a proxy and it works to retrieve everything except chapter pages. whenever i try to get a page i get error 400. it says to include an origin or x-requested-by header but i thought the proxy already sets the origin header? really confused why this...
  4. volcelhmptn

    Dev news: Launching API version 2 (also v1 deprecation notice) | Last updated 2021-01-17

    @MiBi250 sorry i didnt see this earlier, do you mean using something like cors-anywhere?
  5. volcelhmptn

    Dev news: Launching API version 2 (also v1 deprecation notice) | Last updated 2021-01-17

    @teasday I see. That makes sense. Since I'm just playing around with it for learning purposes (as you can tell from my low IQ questions) I'll try that proxy server thing. Thanks for taking the time to explain!
  6. volcelhmptn

    Dev news: Launching API version 2 (also v1 deprecation notice) | Last updated 2021-01-17

    @Teasday really sorry if this is a dumb question but does that mean i can't access the mangadex api from a different domain? besides the md team internally, who else would even be able to use it without cross-origin requests?
  7. volcelhmptn

    Dev news: Launching API version 2 (also v1 deprecation notice) | Last updated 2021-01-17

    @sarusa yeah after some debugging (swapping NASA api, etc. in the place of the MD url) I came to the conclusion that it was returning a blank page and my parsing method was fine. I'm dumb as shit and just use XMLHttpRequest or AJAX (forgot to mention im using JS) so idk what all that means but...
  8. volcelhmptn

    Dev news: Launching API version 2 (also v1 deprecation notice) | Last updated 2021-01-17

    feels like a stupid question but I cant seem to parse the api at all. When i replace the md url with any random .json file i parse it fine so I'm completely clueless. It also worked when I just copy pasted the object and tried extracting different values as if it was a local .json file.
  9. volcelhmptn

    991639

    я не знал потому что их тут нет. я начну другую серию тогда))
Top