1. Apr 01, 2022
  2. Mar 30, 2022
  3. Mar 29, 2022
  4. Mar 28, 2022
  5. Mar 22, 2022
  6. Mar 09, 2022
  7. Mar 02, 2022
  8. Feb 22, 2022
  9. Feb 18, 2022
  10. Feb 16, 2022
  11. Feb 11, 2022
  12. Feb 09, 2022
  13. Feb 03, 2022
  14. Feb 01, 2022
  15. Jan 31, 2022
  16. Jan 25, 2022
  17. Jan 21, 2022
  18. Jan 19, 2022
  19. Jan 10, 2022
  20. Jan 06, 2022
  21. Jan 05, 2022
    • Niklas Adolfsson's avatar
      fix(http server): handle post and option HTTP requests properly. (#637) · 6f99a038
      Niklas Adolfsson authored
      
      
      * fix(http server): handle post and option requests.
      
      * Update http-server/src/response.rs
      
      * fmt
      
      * grumbles: validate CORS before checking method kind
      
      * revert unintentional change
      
      * Add A few tests around CORS and http method/header acceptance
      
      * Tweak the CORS test
      
      * return appropriate headers for CORS preflight response
      
      * cargo fmt
      
      * jsonrpc, not jsonrpsee in test requests
      
      * don't test OPTIONS method in unsupported_methods test as it has different expectations
      
      * Update tests/tests/integration_tests.rs
      
      * Update tests/tests/integration_tests.rs
      
      * Update tests/tests/integration_tests.rs
      
      * Update tests/tests/integration_tests.rs
      
      * Add an example to test CORS in browser, and a couple of fixes to CORS handling
      
      * cargo fmt
      
      * Update examples/cors_server.rs
      
      Co-authored-by: default avatarJames Wilson <[email protected]>
      6f99a038
  22. Dec 22, 2021
  23. Dec 21, 2021