Skip to content

acp 설정 상태에서 oneM2MBrowser 종료 시 리소스 삭제 안되는 현상 #2

@pakusky10

Description

@pakusky10

아래와 같이 수정 필요 할 것 같습니다.

public bool DeleteResource(string resc_path, string acp) 함수에서
...
if (acp == null)
{
req.Headers.Add("X-M2M-Origin", this.origin);// acp로 변경
}
else
{
req.Headers.Add("X-M2M-Origin", acp);// this.origin으로 변경
}
...

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