it will be valuable to know this information to plan supporting new websites based on the demand.
changes:
1) when the track request validation error is websiteNotSupported, before returning with status code StatusNotAcceptable, we should save the hostname in a new table. this table should have the unsupported host and the timestamp of the request. later we can use this information to count the number of requests coming for each of those unsupported websites and then plan tto support the recent ones in high demand.
2) we should also update the chrome extension to send better message (on StatusNotAcceptable status code is received) to hint the user, that we know that the user wants to track product from that host and we will try to include support for it.
it will be valuable to know this information to plan supporting new websites based on the demand.
changes: 1) when the track request validation error is
websiteNotSupported
, before returning with status codeStatusNotAcceptable
, we should save the hostname in a new table. this table should have the unsupported host and the timestamp of the request. later we can use this information to count the number of requests coming for each of those unsupported websites and then plan tto support the recent ones in high demand.2) we should also update the chrome extension to send better message (on
StatusNotAcceptable
status code is received) to hint the user, that we know that the user wants to track product from that host and we will try to include support for it.