michaelhly / solana-py

Solana Python SDK
https://michaelhly.github.io/solana-py
MIT License
979 stars 252 forks source link

extra_headers not working #423

Open lly835 opened 4 months ago

lly835 commented 4 months ago

solana==0.33.0

solana_client = Client(url, extra_headers={"origin": "https://xxx.com"})

extra_headers is not working.

solana==0.25.1 is ok