Rudokhvist / ASF-STM

ASF bot list trade matcher
Apache License 2.0
24 stars 2 forks source link

When there is too many items to match opening trade link causes Bad Request error #21

Closed Rudokhvist closed 8 months ago

Rudokhvist commented 10 months ago

This is a TODO notice to not forget.

Current implementation sends data about matching cards to trade window via URL parameters. When there is a lot of items in one match it causes URL to be longer than limit allowed by browser and causes error. I need to send this data in some other way, for example - via localStorage.

Rudokhvist commented 8 months ago

Should be fixed with #23