Skip to content

All URL is case-sensitive within the applause-button #89

@LazyRen

Description

@LazyRen

IMHO, some part must not be taken as case-sensitve.

I just noticed this while playing around with #33.

I have reconfigured my blog setting to use lowercase for the hostname. (e.g. LazyRen.github.io/post-link -> lazyren.github.io/post-link)
But unfortunatelly, this erased all previously stored clap-count...

~/blog master                                                                                                                                                                                                                                                                 
❯ curl 'https://api.applause-button.com/get-multiple' \
  -H 'Content-Type: text/plain' --data-binary \
'["Applause-button.com/"]'        
[]%                                                                                                                                                                                                                                                                            

~/blog master                                                                                                                                                                                                                                                                 
❯ curl 'https://api.applause-button.com/get-multiple' \
  -H 'Content-Type: text/plain' --data-binary \
'["applause-button.com/"]'
[{"claps":42135,"sourceIp":"37.120.201.188","url":"applause-button.com/"}]%      

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions